Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java1533 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionNotificationWithUserAllowed()
1576 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionNotificationWithUserDisallowed()
1606 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionNotificationWithUserDismissal()
1615 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionNotificationWithUserDismissal()
1643 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionConfirmationDialogWithUserDisallowed()
1686 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionConfirmationDialogWithUserDismissal()
1708 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testSendImsiProtectionExemptionConfirmationDialogWithUserDismissal()
1735 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testUserDataStoreIsNotLoadedNotificationWillNotBeSent()
1740 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(DATA_CARRIER_ID); in testUserDataStoreIsNotLoadedNotificationWillNotBeSent()
DSavedNetworkNominatorTest.java307 .sendImsiProtectionExemptionNotificationIfRequired(TEST_CARRIER_ID); in testIgnoreNetworksFromAppIfNoImsiProtection()
DWifiNetworkSuggestionsManagerTest.java3606 .sendImsiProtectionExemptionNotificationIfRequired(TEST_CARRIER_ID); in testSendImsiProtectionNotificationOnUserAllowed()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSavedNetworkNominator.java236 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired(carrierId); in isImsiProtectionApprovalNeeded()
DWifiNetworkSuggestionsManager.java1485 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired( in getNetworkSuggestionsForFqdn()
1532 mWifiCarrierInfoManager.sendImsiProtectionExemptionNotificationIfRequired( in getNetworkSuggestionsForScanDetail()
DWifiCarrierInfoManager.java1505 public void sendImsiProtectionExemptionNotificationIfRequired(int carrierId) { in sendImsiProtectionExemptionNotificationIfRequired() method in WifiCarrierInfoManager