Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DConnectToNetworkNotificationBuilder.java94 getPrivateBroadcast(ACTION_CONNECT_TO_NETWORK, notifierTag)).build(); in createConnectToAvailableNetworkNotification()
97 getPrivateBroadcast(ACTION_PICK_WIFI_NETWORK, notifierTag)).build(); in createConnectToAvailableNetworkNotification()
99 .setContentIntent(getPrivateBroadcast(ACTION_PICK_WIFI_NETWORK, notifierTag)) in createConnectToAvailableNetworkNotification()
146 getPrivateBroadcast(ACTION_PICK_WIFI_NETWORK_AFTER_CONNECT_FAILURE, in createNetworkFailedNotification()
170 .setDeleteIntent(getPrivateBroadcast(ACTION_USER_DISMISSED_NOTIFICATION, extraData)) in createNotificationBuilder()
177 private PendingIntent getPrivateBroadcast(String action, String extraData) { in getPrivateBroadcast() method in ConnectToNetworkNotificationBuilder
DWakeupNotificationFactory.java63 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
DWifiNetworkSuggestionsManager.java739 private PendingIntent getPrivateBroadcast(@NonNull String action, @NonNull String packageName, in getPrivateBroadcast() method in WifiNetworkSuggestionsManager
765 getPrivateBroadcast(NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION, in sendUserApprovalNotification()
771 getPrivateBroadcast(NOTIFICATION_USER_DISALLOWED_APP_INTENT_ACTION, in sendUserApprovalNotification()
782 .setDeleteIntent(getPrivateBroadcast(NOTIFICATION_USER_DISMISSED_INTENT_ACTION, in sendUserApprovalNotification()
DWifiApConfigStore.java221 .setContentIntent(getPrivateBroadcast(ACTION_HOTSPOT_CONFIG_USER_TAPPED_CONTENT)) in createConversionNotification()
498 private PendingIntent getPrivateBroadcast(String action) { in getPrivateBroadcast() method in WifiApConfigStore