Home
last modified time | relevance | path

Searched refs:getPrivateBroadcast (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DConnectToNetworkNotificationBuilder.java91 getPrivateBroadcast(ACTION_CONNECT_TO_NETWORK, notifierTag)); in createConnectToAvailableNetworkNotification()
99 getPrivateBroadcast(ACTION_PICK_WIFI_NETWORK, notifierTag)).build(); in createConnectToAvailableNetworkNotification()
102 .setContentIntent(getPrivateBroadcast(ACTION_PICK_WIFI_NETWORK, notifierTag)) in createConnectToAvailableNetworkNotification()
154 getPrivateBroadcast(ACTION_PICK_WIFI_NETWORK_AFTER_CONNECT_FAILURE, in createNetworkFailedNotification()
177 .setDeleteIntent(getPrivateBroadcast(ACTION_USER_DISMISSED_NOTIFICATION, extraData)) in createNotificationBuilder()
185 private PendingIntent getPrivateBroadcast(String action, String extraData) { in getPrivateBroadcast() method in ConnectToNetworkNotificationBuilder
H A DWakeupNotificationFactory.java62 null /* icon */, disableText, getPrivateBroadcast(ACTION_TURN_OFF_WIFI_WAKE)) in createOnboardingNotification()
72 .setContentIntent(getPrivateBroadcast(ACTION_OPEN_WIFI_PREFERENCES)) in createOnboardingNotification()
73 .setDeleteIntent(getPrivateBroadcast(ACTION_DISMISS_NOTIFICATION)) in createOnboardingNotification()
82 private PendingIntent getPrivateBroadcast(String action) { in getPrivateBroadcast() method in WakeupNotificationFactory
H A DWifiCarrierInfoManager.java1699 getPrivateBroadcast(NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTION, in sendImsiPrivacyNotification()
1707 getPrivateBroadcast(NOTIFICATION_USER_DISALLOWED_CARRIER_INTENT_ACTION, in sendImsiPrivacyNotification()
1723 .setContentIntent(getPrivateBroadcast(NOTIFICATION_USER_CLICKED_INTENT_ACTION, in sendImsiPrivacyNotification()
1726 .setDeleteIntent(getPrivateBroadcast(NOTIFICATION_USER_DISMISSED_INTENT_ACTION, in sendImsiPrivacyNotification()
1826 private PendingIntent getPrivateBroadcast(@NonNull String action, in getPrivateBroadcast() method in WifiCarrierInfoManager
H A DWifiNetworkSuggestionsManager.java1513 private PendingIntent getPrivateBroadcast(@NonNull String action, in getPrivateBroadcast() method in WifiNetworkSuggestionsManager
1579 getPrivateBroadcast(NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION, in sendUserApprovalNotification()
1586 getPrivateBroadcast(NOTIFICATION_USER_DISALLOWED_APP_INTENT_ACTION, in sendUserApprovalNotification()
1600 .setDeleteIntent(getPrivateBroadcast(NOTIFICATION_USER_DISMISSED_INTENT_ACTION, in sendUserApprovalNotification()