/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 in com.android.deskclock.data.TimerModel 781 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 | 287 mTimerModel!!.updateNotification() 289 mStopwatchModel!!.updateNotification() 300 mTimerModel!!.updateNotification() in updateAllNotifications() 302 mStopwatchModel!!.updateNotification() in updateAllNotifications() 610 mTimerModel?.updateNotification() in updateTimerNotification()
|
D | TimerNotificationBuilder.kt | 206 val updateNotification: Intent = TimerService.createUpdateNotificationIntent(context) in build() constant 211 PendingIntent.getService(context, REQUEST_CODE_UPCOMING, updateNotification, in build() 219 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 | 558 NotificationCompat.Builder updateNotification = in initMessagingStyleButtonForSamePerson() 564 mManager.notify(12345, updateNotification.build()); in initMessagingStyleButtonForSamePerson() 605 NotificationCompat.Builder updateNotification = in initMessagingStyleButtonForLongMessageSamePerson() 611 mManager.notify(12345, updateNotification.build()); in initMessagingStyleButtonForLongMessageSamePerson() 699 NotificationCompat.Builder updateNotification = in initTestMessagesButton() 705 mManager.notify(id, updateNotification.build()); in initTestMessagesButton() 780 Notification updateNotification = builder.build(); in getProgressNotifUpdateRunnable() 781 mManager.notify(id, updateNotification); in getProgressNotifUpdateRunnable() 800 Notification updateNotification = new Notification in initNavigationButton() 811 mManager.notify(id1, updateNotification); in initNavigationButton() [all …]
|
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/ |
D | InteractionService.java | 166 updateNotification(); in onReady() 212 updateNotification(); in onSetupChanged() 215 private void updateNotification() { in updateNotification() method in InteractionService
|
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/ |
D | DownloadService.java | 297 updateNotification(nm, NOTE_DOWNLOAD_PROGRESS, task.mMimeType, in processDownload() 338 updateNotification(nm, NOTE_DOWNLOAD_DONE, task.mMimeType, in processDownload() 342 updateNotification(nm, NOTE_DOWNLOAD_DONE, task.mMimeType, in processDownload() 358 private void updateNotification(@NonNull NotificationManager nm, int eventId, in updateNotification() method in DownloadService.ProcessingRunnable 459 updateNotification(nm, NOTE_DOWNLOAD_PROGRESS, task.mMimeType, note); in maybeNotifyProgress()
|
/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/ |
D | DeviceAsWebcamFgService.java | 378 private void updateNotification(boolean isStreaming) { in updateNotification() method in DeviceAsWebcamFgService 453 updateNotification(/*isStreaming*/ true); in startStreaming() 476 updateNotification(/*isStreaming*/ false); in stopStreaming()
|
/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 | 186 updateNotification(); in onStateChange() 192 updateNotification(); in onEnrichedCallStateChanged() 213 public void updateNotification() { in updateNotification() method in StatusBarNotifier 1188 updateNotification(); in onDialerCallSessionModificationStateChange()
|
D | InCallPresenter.java | 1911 statusBarNotifier.updateNotification(); in onAudioStateChanged()
|
/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/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferHistory.java | 370 mNotifier.updateNotification(); in updateNotificationWhenBtDisabled()
|
D | BluetoothOppNotification.java | 207 public void updateNotification() { in updateNotification() method in BluetoothOppNotification
|
D | BluetoothOppService.java | 823 mNotifier.updateNotification(); in run()
|