/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerModel.java | 226 updateNotification(); in addTimer() 262 updateNotification(); in updateTimer() 282 updateNotification(); in removeTimer() 306 updateNotification(); in resetTimer() 322 updateNotification(); in updateTimersAfterReboot() 337 updateNotification(); in updateTimersAfterTimeSet() 391 updateNotification(); in resetUnexpiredTimers() 727 void updateNotification() { in updateNotification() method in TimerModel 815 updateNotification(); in onReceive()
|
D | StopwatchModel.java | 111 updateNotification(); in setStopwatch() 157 updateNotification(); in addLap() 223 void updateNotification() { in updateNotification() method in StopwatchModel 252 updateNotification(); in onReceive()
|
D | DataModel.java | 297 mTimerModel.updateNotification(); in setApplicationInForeground() 299 mStopwatchModel.updateNotification(); in setApplicationInForeground() 318 mTimerModel.updateNotification(); in updateAllNotifications() 320 mStopwatchModel.updateNotification(); in updateAllNotifications() 619 mTimerModel.updateNotification(); in updateTimerNotification()
|
D | TimerNotificationBuilder.java | 188 final Intent updateNotification = TimerService.createUpdateNotificationIntent(context); in build() local 193 PendingIntent.getService(context, REQUEST_CODE_UPCOMING, updateNotification, in build() 201 final PendingIntent pi = PendingIntent.getService(context, 0, updateNotification, in build()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/ |
D | NotificationFragment.java | 346 NotificationCompat.Builder updateNotification = in initTestMessagesButton() 352 mManager.notify(id, updateNotification.build()); in initTestMessagesButton() 386 Notification updateNotification = new Notification in initProgressButton() 396 mManager.notify(id, updateNotification); in initProgressButton() 417 Notification updateNotification = new Notification in initNavigationButton() 428 mManager.notify(id1, updateNotification); in initNavigationButton() 446 Notification updateNotification = new Notification in initNavigationButton() 457 mManager.notify(id2, updateNotification); in initNavigationButton()
|
/packages/apps/Car/Messenger/src/com/android/car/messenger/ |
D | MessengerDelegate.java | 99 updateNotification(messageKey, message); in onMessageReceived() 232 private void updateNotification(MessageKey messageKey, MapMessage mapMessage) { in updateNotification() method in MessengerDelegate 248 updateNotification(senderKey, notificationInfo); in updateNotification() 251 private void updateNotification(SenderKey senderKey, NotificationInfo notificationInfo) { in updateNotification() method in MessengerDelegate
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | VisualVoicemailUpdateTask.java | 50 updateNotification(input.context, input.queryHelper, input.queryHandler); in doInBackground() 61 private static void updateNotification( in updateNotification() method in VisualVoicemailUpdateTask
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | StatusBarNotifier.java | 182 updateNotification(); in onStateChange() 188 updateNotification(); in onEnrichedCallStateChanged() 209 public void updateNotification() { in updateNotification() method in StatusBarNotifier 1161 updateNotification(); in onDialerCallSessionModificationStateChange()
|
D | InCallPresenter.java | 1906 statusBarNotifier.updateNotification(); in onAudioStateChanged()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestCallActivity.java | 82 CallServiceNotifier.getInstance().updateNotification(this); in onCreate()
|
D | CallServiceNotifier.java | 90 public void updateNotification(Context context) { in updateNotification() method in CallServiceNotifier
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | BeamTransferManager.java | 303 void updateNotification() { in updateNotification() method in BeamTransferManager 379 updateNotification(); in updateStateAndNotification()
|
D | BeamReceiveService.java | 100 mTransferManager.updateNotification(); in prepareToReceive()
|
D | BeamSendService.java | 144 mTransferManager.updateNotification(); in createBeamTransferManager()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmUpdateHandler.java | 130 AlarmNotifications.updateNotification(mAppContext, newInstance); in asyncUpdateAlarm()
|
D | AlarmNotifications.java | 453 static void updateNotification(Context context, AlarmInstance instance) { in updateNotification() method in AlarmNotifications
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferHistory.java | 341 mNotifier.updateNotification(); in updateNotificationWhenBtDisabled()
|
D | BluetoothOppService.java | 238 mNotifier.updateNotification(); in start() 706 mNotifier.updateNotification(); in run()
|
D | BluetoothOppNotification.java | 165 public void updateNotification() { in updateNotification() method in BluetoothOppNotification
|