Home
last modified time | relevance | path

Searched refs:postNotification (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingService.java244 postNotification(); in resetNotification()
254 private void postNotification() { in postNotification() method in ProcessingService
272 postNotification(); in onProgressChanged()
278 postNotification(); in onStatusMessageChanged()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAvailableNetworkNotifier.java376 postNotification(mNotificationBuilder.createNetworkConnectedNotification(mTag, in handleWifiConnected()
400 postNotification(mNotificationBuilder.createNetworkFailedNotification(mTag)); in handleConnectionFailure()
422 postNotification(mNotificationBuilder.createConnectToAvailableNetworkNotification(mTag, in postInitialNotification()
436 private void postNotification(Notification notification) { in postNotification() method in AvailableNetworkNotifier
447 postNotification(mNotificationBuilder.createNetworkConnectingNotification(mTag, in handleConnectToNetworkAction()
/packages/apps/Dialer/java/com/android/incallui/
DExternalCallNotifier.java117 postNotification(notifications.get(call)); in onExternalCallUpdated()
208 postNotification(info); in savePhoto()
218 postNotification(info); in saveContactInfo()
222 private void postNotification(NotificationInfo info) { in postNotification() method in ExternalCallNotifier
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DKitchenSinkShellCommand.java122 postNotification(); in run()
226 private void postNotification() { in postNotification() method in KitchenSinkShellCommand
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DVoipCallMonitorTest.java256 mMonitor.postNotification(sbn); in testStopFgsIfCallNotificationIsRemoved_PostedAfterFgsIsGained()
278 mMonitor.postNotification(sbn); in testStopFgsIfCallNotificationIsRemoved_PostedBeforeFgsIsGained()
/packages/services/Telecomm/src/com/android/server/telecom/voip/
DVoipCallMonitor.java361 public void postNotification(StatusBarNotification statusBarNotification) { in postNotification() method in VoipCallMonitor