Searched refs:getWepKey (Results 1 – 5 of 5) sorted by relevance
319 private String getWepKey(WifiConfiguration config) { in getWepKey() method in AddAppNetworksFragment349 final String wep = getWepKey(specifiedConfig); in isSavedWifiConfiguration()350 final String savedWep = getWepKey(privilegedWifiConfiguration); in isSavedWifiConfiguration()
244 if (getWepKey(i) && !ArrayUtils.isEmpty(mWepKey)) { in loadWifiConfiguration()2534 private boolean getWepKey(int keyIdx) { in getWepKey() method in SupplicantStaNetworkHalAidlImpl2541 mWepKey = mISupplicantStaNetwork.getWepKey(keyIdx); in getWepKey()
213 if (getWepKey(i) && !ArrayUtils.isEmpty(mWepKey)) { in loadWifiConfiguration()2699 private boolean getWepKey(int keyIdx) { in getWepKey() method in SupplicantStaNetworkHalHidlImpl2705 mISupplicantStaNetwork.getWepKey(keyIdx, (SupplicantStatus status, in getWepKey()
1503 }).when(mISupplicantStaNetworkMock).getWepKey(any(int.class)); in setupISupplicantNetworkMock()
1861 .getWepKey(any(int.class), any(ISupplicantStaNetwork.getWepKeyCallback.class)); in setupISupplicantNetworkMock()