Searched refs:networkTypeString (Results 1 – 2 of 2) sorted by relevance
26 static NetworkType forIntentValue(String networkTypeString) { in forIntentValue() argument27 if (networkTypeString == null) { in forIntentValue()30 switch (networkTypeString) { in forIntentValue()41 throw new IllegalArgumentException(networkTypeString); in forIntentValue()
74 String networkTypeString = theWifiResult.getNetworkEncryption(); in doInBackground() local77 networkType = NetworkType.forIntentValue(networkTypeString); in doInBackground()