Home
last modified time | relevance | path

Searched refs:sendImsiProtectionExemptionNotificationIfRequired (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java1883 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionNotificationWithUserAllowed()
1913 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionNotificationWithUserDisallowed()
1944 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionNotificationWithUserDismissal()
1953 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionNotificationWithUserDismissal()
1957 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionNotificationWithUserDismissal()
1986 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionConfirmationDialogWithUserDisallowed()
2026 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionConfirmationDialogWithUserDismissal()
2046 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionConfirmationDialogWithUserDismissal()
2075 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionDialogWithUserAllowed()
2114 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testUserDataStoreIsNotLoadedNotificationWillNotBeSent()
[all …]
DSavedNetworkNominatorTest.java356 .sendImsiProtectionExemptionNotificationIfRequired(TEST_CARRIER_ID); in testIgnoreNetworksFromAppIfNoImsiProtection()
DWifiNetworkSuggestionsManagerTest.java4214 .sendImsiProtectionExemptionNotificationIfRequired(TEST_CARRIER_ID); in testSendImsiProtectionNotificationOnUserAllowed()
4281 .sendImsiProtectionExemptionNotificationIfRequired(TEST_CARRIER_ID); in testAutoJoinIsNotChangedWhenOobPseudonymIsEnabled()
4315 .sendImsiProtectionExemptionNotificationIfRequired(TEST_CARRIER_ID); in testNotSendImsiProtectionNotificationOnPeapNetwork()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSavedNetworkNominator.java283 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(carrierId); in isImsiProtectionApprovalNeeded()
DWifiNetworkSuggestionsManager.java1839 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired( in getNetworkSuggestionsForFqdn()
1889 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired( in getNetworkSuggestionsForScanDetail()
DWifiCarrierInfoManager.java2059 public void sendImsiProtectionExemptionNotificationIfRequired(int carrierId) { in sendImsiProtectionExemptionNotificationIfRequired() method in WifiCarrierInfoManager