Home
last modified time | relevance | path

Searched defs:USER_CONNECT_CHOICE (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DNetworkSuggestionStoreDataTest.java67 private static final String USER_CONNECT_CHOICE = "SomeNetworkProfileId"; field in NetworkSuggestionStoreDataTest
DWifiNetworkSuggestionsManagerTest.java163 private static final String USER_CONNECT_CHOICE = "SomeNetworkProfileId"; field in WifiNetworkSuggestionsManagerTest
759 listener.onConnectChoiceSet(List.of(config), USER_CONNECT_CHOICE, TEST_RSSI); in testAddNetworkSuggestionsSuccessOnInPlaceModificationWhenNotInWcm() local
4865 USER_CONNECT_CHOICE, TEST_RSSI); in testSetUserConnectChoice() local
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java194 private static final String USER_CONNECT_CHOICE = "SomeNetworkProfileId"; field in PasspointManagerTest
2851 listener.onConnectChoiceSet(Collections.singletonList(wifiConfig), USER_CONNECT_CHOICE, in testSetUserConnectChoice() local
DPasspointProviderTest.java136 private static final String USER_CONNECT_CHOICE = "SomeNetworkProfileId"; field in PasspointProviderTest