Home
last modified time | relevance | path

Searched refs:networkTypeString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/zxing/android/src/com/google/zxing/client/android/wifi/
H A DNetworkType.java26 static NetworkType forIntentValue(String networkTypeString) { in forIntentValue() argument
27 if (networkTypeString == null) { in forIntentValue()
30 switch (networkTypeString) { in forIntentValue()
41 throw new IllegalArgumentException(networkTypeString); in forIntentValue()
H A DWifiConfigManager.java74 String networkTypeString = theWifiResult.getNetworkEncryption(); in doInBackground() local
77 networkType = NetworkType.forIntentValue(networkTypeString); in doInBackground()