Home
last modified time | relevance | path

Searched refs:setIdStr (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp403 sta_network_->setIdStr( in TEST_P()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java428 if (!setIdStr(createNetworkExtra(metadata))) { in saveWifiConfiguration()
2115 private boolean setIdStr(String idString) { in setIdStr() method in SupplicantStaNetworkHal
2120 SupplicantStatus status = mISupplicantStaNetwork.setIdStr(idString); in setIdStr()
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantStaNetwork.hal566 setIdStr(string idStr) generates (SupplicantStatus status);
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaNetworkHalTest.java1928 }).when(mISupplicantStaNetworkMock).setIdStr(any(String.class)); in setupISupplicantNetworkMock()