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.java90 getPrivateBroadcast(ACTION_CONNECT_TO_NETWORK, notifierTag)).build(); in createConnectToAvailableNetworkNotification()
93 getPrivateBroadcast(ACTION_PICK_WIFI_NETWORK, notifierTag)).build(); in createConnectToAvailableNetworkNotification()
95 .setContentIntent(getPrivateBroadcast(ACTION_PICK_WIFI_NETWORK, notifierTag)) in createConnectToAvailableNetworkNotification()
142 getPrivateBroadcast(ACTION_PICK_WIFI_NETWORK_AFTER_CONNECT_FAILURE, in createNetworkFailedNotification()
165 .setDeleteIntent(getPrivateBroadcast(ACTION_USER_DISMISSED_NOTIFICATION, extraData)) in createNotificationBuilder()
173 private PendingIntent getPrivateBroadcast(String action, String extraData) { in getPrivateBroadcast() method in ConnectToNetworkNotificationBuilder
DWakeupNotificationFactory.java65 null /* icon */, disableText, getPrivateBroadcast(ACTION_TURN_OFF_WIFI_WAKE)) in createOnboardingNotification()
75 .setContentIntent(getPrivateBroadcast(ACTION_OPEN_WIFI_PREFERENCES)) in createOnboardingNotification()
76 .setDeleteIntent(getPrivateBroadcast(ACTION_DISMISS_NOTIFICATION)) in createOnboardingNotification()
85 private PendingIntent getPrivateBroadcast(String action) { in getPrivateBroadcast() method in WakeupNotificationFactory
DWifiCarrierInfoManager.java1427 getPrivateBroadcast(NOTIFICATION_USER_ALLOWED_CARRIER_INTENT_ACTION, in sendImsiPrivacyNotification()
1435 getPrivateBroadcast(NOTIFICATION_USER_DISALLOWED_CARRIER_INTENT_ACTION, in sendImsiPrivacyNotification()
1451 .setDeleteIntent(getPrivateBroadcast(NOTIFICATION_USER_DISMISSED_INTENT_ACTION, in sendImsiPrivacyNotification()
1524 private PendingIntent getPrivateBroadcast(@NonNull String action, in getPrivateBroadcast() method in WifiCarrierInfoManager
DWifiNetworkSuggestionsManager.java1307 private PendingIntent getPrivateBroadcast(@NonNull String action, in getPrivateBroadcast() method in WifiNetworkSuggestionsManager
1374 getPrivateBroadcast(NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION, in sendUserApprovalNotification()
1381 getPrivateBroadcast(NOTIFICATION_USER_DISALLOWED_APP_INTENT_ACTION, in sendUserApprovalNotification()
1395 .setDeleteIntent(getPrivateBroadcast(NOTIFICATION_USER_DISMISSED_INTENT_ACTION, in sendUserApprovalNotification()