Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiCarrierInfoManager.java115 public static final String NOTIFICATION_USER_CLICKED_INTENT_ACTION = field in WifiCarrierInfoManager
407 case NOTIFICATION_USER_CLICKED_INTENT_ACTION:
490 mIntentFilter.addAction(NOTIFICATION_USER_CLICKED_INTENT_ACTION); in WifiCarrierInfoManager()
1723 .setContentIntent(getPrivateBroadcast(NOTIFICATION_USER_CLICKED_INTENT_ACTION, in sendImsiPrivacyNotification()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiCarrierInfoManagerTest.java25 …port static com.android.server.wifi.WifiCarrierInfoManager.NOTIFICATION_USER_CLICKED_INTENT_ACTION;
1742 sendBroadcastForUserActionOnImsi(NOTIFICATION_USER_CLICKED_INTENT_ACTION, in testSendImsiProtectionExemptionConfirmationDialogWithUserDisallowed()
1783 sendBroadcastForUserActionOnImsi(NOTIFICATION_USER_CLICKED_INTENT_ACTION, in testSendImsiProtectionExemptionConfirmationDialogWithUserDismissal()
1829 sendBroadcastForUserActionOnImsi(NOTIFICATION_USER_CLICKED_INTENT_ACTION, in testSendImsiProtectionExemptionDialogWithUserAllowed()