Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java3480 .isPasspointSuggestionSharedWithUser(placeholderConfig)); in testIsPasspointSuggestionSharedWithUserSetToTrue()
3484 .isPasspointSuggestionSharedWithUser(placeholderConfig)); in testIsPasspointSuggestionSharedWithUserSetToTrue()
3492 .isPasspointSuggestionSharedWithUser(placeholderConfig)); in testIsPasspointSuggestionSharedWithUserSetToTrue()
3496 .isPasspointSuggestionSharedWithUser(placeholderConfig)); in testIsPasspointSuggestionSharedWithUserSetToTrue()
3502 .isPasspointSuggestionSharedWithUser(placeholderConfig)); in testIsPasspointSuggestionSharedWithUserSetToTrue()
3526 .isPasspointSuggestionSharedWithUser(placeholderConfig)); in testIsPasspointSuggestionSharedWithUserSetToFalse()
3530 .isPasspointSuggestionSharedWithUser(placeholderConfig)); in testIsPasspointSuggestionSharedWithUserSetToFalse()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java861 when(mWifiNetworkSuggestionsManager.isPasspointSuggestionSharedWithUser(any())) in addProviderWithValidFullImsiOfSimCredential()
1296 .isPasspointSuggestionSharedWithUser(provider3.getWifiConfig())).thenReturn(false); in getWifiConfigsForPasspointProfiles()
1303 .isPasspointSuggestionSharedWithUser(provider4.getWifiConfig())).thenReturn(true); in getWifiConfigsForPasspointProfiles()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java1227 .isPasspointSuggestionSharedWithUser(config)) { in getWifiConfigsForPasspointProfiles()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java2014 public boolean isPasspointSuggestionSharedWithUser(WifiConfiguration config) { in isPasspointSuggestionSharedWithUser() method in WifiNetworkSuggestionsManager