Home
last modified time | relevance | path

Searched refs:NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTION (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java89 public static final String NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTION = field in WifiCarrierInfoManager
225 case NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTION:
298 mIntentFilter.addAction(NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTION); in WifiCarrierInfoManager()
1427 getPrivateBroadcast(NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTION, in sendImsiPrivacyNotification()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java21 …tatic com.android.server.wifi.WifiCarrierInfoManager.NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTI…
1536 sendBroadcastForUserActionOnImsi(NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTION, in testSendImsiProtectionExemptionNotificationWithUserAllowed()
1646 sendBroadcastForUserActionOnImsi(NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTION, in testSendImsiProtectionExemptionConfirmationDialogWithUserDisallowed()
1688 sendBroadcastForUserActionOnImsi(NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTION, in testSendImsiProtectionExemptionConfirmationDialogWithUserDismissal()