Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DTimerModel.kt193 updateNotification()
229 updateNotification()
249 updateNotification()
271 else -> updateNotification()
286 updateNotification()
300 updateNotification()
351 updateNotification()
685 fun updateNotification() { regex
772 updateNotification()
H A DStopwatchModel.kt101 updateNotification()
146 updateNotification()
211 fun updateNotification() { regex
241 updateNotification()
H A DDataModel.kt286 mTimerModel!!.updateNotification()
288 mStopwatchModel!!.updateNotification()
299 mTimerModel!!.updateNotification()
301 mStopwatchModel!!.updateNotification()
609 mTimerModel?.updateNotification()
H A DTimerNotificationBuilder.kt195 val updateNotification: Intent = TimerService.createUpdateNotificationIntent(context)
200 PendingIntent.getService(context, REQUEST_CODE_UPCOMING, updateNotification,
208 val pi: PendingIntent? = PendingIntent.getService(context, 0, updateNotification,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServiceNotificationListener.java68 updateNotification(entry, entry.getImportance()); in ForegroundServiceNotificationListener()
89 updateNotification(entry, entry.getImportance()); in ForegroundServiceNotificationListener()
103 updateNotification(entry, importance); in addNotification()
143 private void updateNotification(NotificationEntry entry, int newImportance) { in updateNotification() method in ForegroundServiceNotificationListener
/aosp12/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java94 updateNotification(); in onStart()
105 updateNotification(); in onStop()
133 updateNotification();
140 updateNotification();
146 private void updateNotification() { in updateNotification() method in NotificationHelper
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
H A DNotificationFragment.java429 NotificationCompat.Builder updateNotification = in initMessagingStyleButtonForSamePerson()
435 mManager.notify(12345, updateNotification.build()); in initMessagingStyleButtonForSamePerson()
477 NotificationCompat.Builder updateNotification = in initMessagingStyleButtonForLongMessageSamePerson()
483 mManager.notify(12345, updateNotification.build()); in initMessagingStyleButtonForLongMessageSamePerson()
571 NotificationCompat.Builder updateNotification = in initTestMessagesButton()
577 mManager.notify(id, updateNotification.build()); in initTestMessagesButton()
611 Notification updateNotification = new Notification in initProgressButton()
621 mManager.notify(id, updateNotification); in initProgressButton()
642 Notification updateNotification = new Notification in initNavigationButton()
653 mManager.notify(id1, updateNotification); in initNavigationButton()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java212 private void updateNotification() { in updateNotification() method in PowerNotificationWarnings
542 updateNotification(); in updateLowBatteryWarning()
554 updateNotification(); in dismissLowBatteryNotification()
568 updateNotification(); in showLowBatteryWarning()
579 updateNotification(); in dismissInvalidChargerNotification()
585 updateNotification(); in showInvalidChargerWarning()
590 updateNotification(); in showAutoSaverSuggestion()
595 updateNotification(); in dismissAutoSaverSuggestion()
600 updateNotification(); in userSwitched()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java68 updateNotification(entry.getKey(), true /* alert */); in showNotification()
102 public void updateNotification(@NonNull String key, boolean alert) { in updateNotification() method in AlertingNotificationManager
H A DNotificationRemoteInputManager.java385 mEntryManager.updateNotification(newSbn, null /* ranking */); in setUpWithCallback()
954 mEntryManager.updateNotification(newSbn, null); in setShouldManageLifetime()
994 mEntryManager.updateNotification(newSbn, null); in setShouldManageLifetime()
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestCallActivity.java82 CallServiceNotifier.getInstance().updateNotification(this); in onCreate()
H A DCallServiceNotifier.java90 public void updateNotification(Context context) { in updateNotification() method in CallServiceNotifier
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DVisualVoicemailUpdateTask.java50 updateNotification(input.context, input.queryHelper, input.queryHandler); in doInBackground()
61 private static void updateNotification( in updateNotification() method in VisualVoicemailUpdateTask
/aosp12/packages/apps/Nfc/src/com/android/nfc/beam/
H A DBeamReceiveService.java100 mTransferManager.updateNotification(); in prepareToReceive()
H A DBeamSendService.java144 mTransferManager.updateNotification(); in createBeamTransferManager()
H A DBeamTransferManager.java303 void updateNotification() { in updateNotification() method in BeamTransferManager
380 updateNotification(); in updateStateAndNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java130 public void updateNotification(@NonNull String key, boolean alert) { in updateNotification() method in HeadsUpManager
131 super.updateNotification(key, alert); in updateNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DHeadsUpController.java126 mHeadsUpManager.updateNotification(entry.getKey(), hunAgain); in updateHunState()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManagerTest.java268 mEntryManager.updateNotification(mSbn, mRankingMap); in testUpdateNotification_updatesUserSentiment()
279 mEntryManager.updateNotification(mSbn, mRankingMap); in testUpdateNotification_prePostEntryOrder()
480 mEntryManager.updateNotification(mEntry.getSbn(), mRankingMap); in testLifetimeExtenders_whenNotificationUpdatedRetainersAreCanceled()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmUpdateHandler.kt123 AlarmNotifications.updateNotification(mAppContext, newInstance)
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DStatusBarNotifier.java182 updateNotification(); in onStateChange()
188 updateNotification(); in onEnrichedCallStateChanged()
209 public void updateNotification() { in updateNotification() method in StatusBarNotifier
1161 updateNotification(); in onDialerCallSessionModificationStateChange()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DSmartReplyControllerTest.java130 verify(mNotificationEntryManager).updateNotification( in testSendSmartReply_updatesRemoteInput()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.java132 mHeadsUpManager.updateNotification(entry.getKey(), hunAgain);
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferHistory.java341 mNotifier.updateNotification(); in updateNotificationWhenBtDisabled()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java373 updateNotification(sbn, rankingMap);
711 public void updateNotification(StatusBarNotification notification, RankingMap ranking) { in updateNotification() method in NotificationEntryManager

12