Home
last modified time | relevance | path

Searched refs:updateNotification (Results 1 – 19 of 19) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerModel.java226 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()
DStopwatchModel.java111 updateNotification(); in setStopwatch()
157 updateNotification(); in addLap()
223 void updateNotification() { in updateNotification() method in StopwatchModel
252 updateNotification(); in onReceive()
DDataModel.java297 mTimerModel.updateNotification(); in setApplicationInForeground()
299 mStopwatchModel.updateNotification(); in setApplicationInForeground()
318 mTimerModel.updateNotification(); in updateAllNotifications()
320 mStopwatchModel.updateNotification(); in updateAllNotifications()
619 mTimerModel.updateNotification(); in updateTimerNotification()
DTimerNotificationBuilder.java188 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/
DNotificationFragment.java346 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/
DMessengerDelegate.java99 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/
DVisualVoicemailUpdateTask.java50 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/
DStatusBarNotifier.java182 updateNotification(); in onStateChange()
188 updateNotification(); in onEnrichedCallStateChanged()
209 public void updateNotification() { in updateNotification() method in StatusBarNotifier
1161 updateNotification(); in onDialerCallSessionModificationStateChange()
DInCallPresenter.java1906 statusBarNotifier.updateNotification(); in onAudioStateChanged()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallActivity.java82 CallServiceNotifier.getInstance().updateNotification(this); in onCreate()
DCallServiceNotifier.java90 public void updateNotification(Context context) { in updateNotification() method in CallServiceNotifier
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamTransferManager.java303 void updateNotification() { in updateNotification() method in BeamTransferManager
379 updateNotification(); in updateStateAndNotification()
DBeamReceiveService.java100 mTransferManager.updateNotification(); in prepareToReceive()
DBeamSendService.java144 mTransferManager.updateNotification(); in createBeamTransferManager()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmUpdateHandler.java130 AlarmNotifications.updateNotification(mAppContext, newInstance); in asyncUpdateAlarm()
DAlarmNotifications.java453 static void updateNotification(Context context, AlarmInstance instance) { in updateNotification() method in AlarmNotifications
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferHistory.java341 mNotifier.updateNotification(); in updateNotificationWhenBtDisabled()
DBluetoothOppService.java238 mNotifier.updateNotification(); in start()
706 mNotifier.updateNotification(); in run()
DBluetoothOppNotification.java165 public void updateNotification() { in updateNotification() method in BluetoothOppNotification