Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerModel.kt193 updateNotification() in addTimer()
229 updateNotification() in updateTimer()
249 updateNotification() in removeTimer()
271 else -> updateNotification() in resetTimer()
286 updateNotification() in updateTimersAfterReboot()
300 updateNotification() in updateTimersAfterTimeSet()
351 updateNotification() in resetUnexpiredTimers()
685 fun updateNotification() { in updateNotification() method
772 updateNotification() in onReceive()
DStopwatchModel.kt101 updateNotification() in setStopwatch()
146 updateNotification() in addLap()
211 fun updateNotification() { in updateNotification() method
241 updateNotification() in onReceive()
DDataModel.kt286 mTimerModel!!.updateNotification()
288 mStopwatchModel!!.updateNotification()
299 mTimerModel!!.updateNotification() in updateAllNotifications()
301 mStopwatchModel!!.updateNotification() in updateAllNotifications()
609 mTimerModel?.updateNotification() in updateTimerNotification()
DTimerNotificationBuilder.kt195 val updateNotification: Intent = TimerService.createUpdateNotificationIntent(context) in build() constant
200 PendingIntent.getService(context, REQUEST_CODE_UPCOMING, updateNotification, in build()
208 val pi: PendingIntent? = PendingIntent.getService(context, 0, updateNotification, in build()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
DNotificationFragment.java347 NotificationCompat.Builder updateNotification = in initMessagingStyleButtonForSamePerson()
353 mManager.notify(12345, updateNotification.build()); in initMessagingStyleButtonForSamePerson()
441 NotificationCompat.Builder updateNotification = in initTestMessagesButton()
447 mManager.notify(id, updateNotification.build()); in initTestMessagesButton()
481 Notification updateNotification = new Notification in initProgressButton()
491 mManager.notify(id, updateNotification); in initProgressButton()
512 Notification updateNotification = new Notification in initNavigationButton()
523 mManager.notify(id1, updateNotification); in initNavigationButton()
541 Notification updateNotification = new Notification in initNavigationButton()
552 mManager.notify(id2, updateNotification); in initNavigationButton()
/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/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/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.java1911 statusBarNotifier.updateNotification(); in onAudioStateChanged()
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamReceiveService.java100 mTransferManager.updateNotification(); in prepareToReceive()
DBeamTransferManager.java303 void updateNotification() { in updateNotification() method in BeamTransferManager
380 updateNotification(); in updateStateAndNotification()
DBeamSendService.java144 mTransferManager.updateNotification(); in createBeamTransferManager()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmUpdateHandler.kt123 AlarmNotifications.updateNotification(mAppContext, newInstance) in <lambda>()
DAlarmNotifications.kt569 fun updateNotification(context: Context, instance: AlarmInstance) { in updateNotification() method
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferHistory.java341 mNotifier.updateNotification(); in updateNotificationWhenBtDisabled()
DBluetoothOppService.java232 mNotifier.updateNotification(); in start()
700 mNotifier.updateNotification(); in run()
DBluetoothOppNotification.java167 public void updateNotification() { in updateNotification() method in BluetoothOppNotification