Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java118 public static final String NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTION = field in WifiCarrierInfoManager
454 case NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTION:
613 mIntentFilter.addAction(NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTION); in WifiCarrierInfoManager()
1969 getPrivateBroadcast(NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTION, in sendImsiPrivacyNotification()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java26 …tatic com.android.server.wifi.WifiCarrierInfoManager.NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTI…
1886 sendBroadcastForUserActionOnImsi(NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTION, in testSendImsiProtectionExemptionNotificationWithUserAllowed()