Searched refs:getWepKey (Results 1 – 3 of 3) sorted by relevance
317 private String getWepKey(WifiConfiguration config) { in getWepKey() method in AddAppNetworksFragment347 final String wep = getWepKey(specifiedConfig); in isSavedWifiConfiguration()348 final String savedWep = getWepKey(privilegedWifiConfiguration); in isSavedWifiConfiguration()
212 if (getWepKey(i) && !ArrayUtils.isEmpty(mWepKey)) { in loadWifiConfiguration()2677 private boolean getWepKey(int keyIdx) { in getWepKey() method in SupplicantStaNetworkHal2683 mISupplicantStaNetwork.getWepKey(keyIdx, (SupplicantStatus status, in getWepKey()
1668 .getWepKey(any(int.class), any(ISupplicantStaNetwork.getWepKeyCallback.class)); in setupISupplicantNetworkMock()