Home
last modified time | relevance | path

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

/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.java156 private static final String USER_CONNECT_CHOICE = "SomeNetworkProfileId"; field in WifiNetworkSuggestionsManagerTest
764 listener.onConnectChoiceSet(List.of(config), USER_CONNECT_CHOICE, TEST_RSSI); in testAddNetworkSuggestionsSuccessOnInPlaceModificationWhenNotInWcm() local
4891 USER_CONNECT_CHOICE, TEST_RSSI); in testSetUserConnectChoice() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java191 private static final String USER_CONNECT_CHOICE = "SomeNetworkProfileId"; field in PasspointManagerTest
2781 listener.onConnectChoiceSet(Collections.singletonList(wifiConfig), USER_CONNECT_CHOICE, in testSetUserConnectChoice() local
DPasspointProviderTest.java134 private static final String USER_CONNECT_CHOICE = "SomeNetworkProfileId"; field in PasspointProviderTest