Searched refs:setWepKey (Results 1 – 2 of 2) sorted by relevance
321 if (!setWepKey( in saveWifiConfiguration()1470 private boolean setWepKey(int keyIdx, java.util.ArrayList<Byte> wepKey) { in setWepKey() method in SupplicantStaNetworkHal1475 SupplicantStatus status = mISupplicantStaNetwork.setWepKey(keyIdx, wepKey); in setWepKey()
1151 }).when(mISupplicantStaNetworkMock).setWepKey(any(int.class), any(ArrayList.class)); in setupISupplicantNetworkMock()