Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java130 public static final String NOTIFICATION_USER_CLICKED_INTENT_ACTION = field in WifiCarrierInfoManager
460 case NOTIFICATION_USER_CLICKED_INTENT_ACTION:
615 mIntentFilter.addAction(NOTIFICATION_USER_CLICKED_INTENT_ACTION); in WifiCarrierInfoManager()
1993 .setContentIntent(getPrivateBroadcast(NOTIFICATION_USER_CLICKED_INTENT_ACTION, in sendImsiPrivacyNotification()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java27 …port static com.android.server.wifi.WifiCarrierInfoManager.NOTIFICATION_USER_CLICKED_INTENT_ACTION;
1989 sendBroadcastForUserActionOnImsi(NOTIFICATION_USER_CLICKED_INTENT_ACTION, in testSendImsiProtectionExemptionConfirmationDialogWithUserDisallowed()
2029 sendBroadcastForUserActionOnImsi(NOTIFICATION_USER_CLICKED_INTENT_ACTION, in testSendImsiProtectionExemptionConfirmationDialogWithUserDismissal()
2078 sendBroadcastForUserActionOnImsi(NOTIFICATION_USER_CLICKED_INTENT_ACTION, in testSendImsiProtectionExemptionDialogWithUserAllowed()