/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerModel.kt | 193 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()
|
D | StopwatchModel.kt | 101 updateNotification() in setStopwatch() 146 updateNotification() in addLap() 211 fun updateNotification() { in updateNotification() method 241 updateNotification() in onReceive()
|
D | DataModel.kt | 286 mTimerModel!!.updateNotification() 288 mStopwatchModel!!.updateNotification() 299 mTimerModel!!.updateNotification() in updateAllNotifications() 301 mStopwatchModel!!.updateNotification() in updateAllNotifications() 609 mTimerModel?.updateNotification() in updateTimerNotification()
|
D | TimerNotificationBuilder.kt | 195 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/ |
D | NotificationFragment.java | 347 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/ |
D | VisualVoicemailUpdateTask.java | 50 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/ |
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/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 | 1911 statusBarNotifier.updateNotification(); in onAudioStateChanged()
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | BeamReceiveService.java | 100 mTransferManager.updateNotification(); in prepareToReceive()
|
D | BeamTransferManager.java | 303 void updateNotification() { in updateNotification() method in BeamTransferManager 380 updateNotification(); in updateStateAndNotification()
|
D | BeamSendService.java | 144 mTransferManager.updateNotification(); in createBeamTransferManager()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmUpdateHandler.kt | 123 AlarmNotifications.updateNotification(mAppContext, newInstance) in <lambda>()
|
D | AlarmNotifications.kt | 569 fun updateNotification(context: Context, instance: AlarmInstance) { in updateNotification() method
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferHistory.java | 341 mNotifier.updateNotification(); in updateNotificationWhenBtDisabled()
|
D | BluetoothOppService.java | 232 mNotifier.updateNotification(); in start() 700 mNotifier.updateNotification(); in run()
|
D | BluetoothOppNotification.java | 167 public void updateNotification() { in updateNotification() method in BluetoothOppNotification
|