Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiCarrierInfoManagerTest.java1642 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionNotificationWithUserAllowed()
1672 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionNotificationWithUserDisallowed()
1702 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionNotificationWithUserDismissal()
1711 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionNotificationWithUserDismissal()
1739 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionConfirmationDialogWithUserDisallowed()
1780 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionConfirmationDialogWithUserDismissal()
1801 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionConfirmationDialogWithUserDismissal()
1826 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionDialogWithUserAllowed()
1867 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testUserDataStoreIsNotLoadedNotificationWillNotBeSent()
1872 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testUserDataStoreIsNotLoadedNotificationWillNotBeSent()
[all …]
H A DSavedNetworkNominatorTest.java330 .sendImsiProtectionExemptionNotificationIfRequired(TEST_CARRIER_ID); in testIgnoreNetworksFromAppIfNoImsiProtection()
H A DWifiNetworkSuggestionsManagerTest.java4112 .sendImsiProtectionExemptionNotificationIfRequired(TEST_CARRIER_ID); in testSendImsiProtectionNotificationOnUserAllowed()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSavedNetworkNominator.java245 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(carrierId); in isImsiProtectionApprovalNeeded()
H A DWifiNetworkSuggestionsManager.java1695 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired( in getNetworkSuggestionsForFqdn()
1746 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired( in getNetworkSuggestionsForScanDetail()
H A DWifiCarrierInfoManager.java1780 public void sendImsiProtectionExemptionNotificationIfRequired(int carrierId) { in sendImsiProtectionExemptionNotificationIfRequired() method in WifiCarrierInfoManager