/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/ |
H A D | TimerModel.kt | 193 updateNotification() 229 updateNotification() 249 updateNotification() 271 else -> updateNotification() 286 updateNotification() 300 updateNotification() 351 updateNotification() 685 fun updateNotification() { regex 772 updateNotification()
|
H A D | StopwatchModel.kt | 101 updateNotification() 146 updateNotification() 211 fun updateNotification() { regex 241 updateNotification()
|
H A D | DataModel.kt | 286 mTimerModel!!.updateNotification() 288 mStopwatchModel!!.updateNotification() 299 mTimerModel!!.updateNotification() 301 mStopwatchModel!!.updateNotification() 609 mTimerModel?.updateNotification()
|
H A D | TimerNotificationBuilder.kt | 195 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 D | ForegroundServiceNotificationListener.java | 68 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 D | NotificationHelper.java | 94 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 D | NotificationFragment.java | 429 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 D | PowerNotificationWarnings.java | 212 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 D | AlertingNotificationManager.java | 68 updateNotification(entry.getKey(), true /* alert */); in showNotification() 102 public void updateNotification(@NonNull String key, boolean alert) { in updateNotification() method in AlertingNotificationManager
|
H A D | NotificationRemoteInputManager.java | 385 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 D | TestCallActivity.java | 82 CallServiceNotifier.getInstance().updateNotification(this); in onCreate()
|
H A D | CallServiceNotifier.java | 90 public void updateNotification(Context context) { in updateNotification() method in CallServiceNotifier
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
H A D | VisualVoicemailUpdateTask.java | 50 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 D | BeamReceiveService.java | 100 mTransferManager.updateNotification(); in prepareToReceive()
|
H A D | BeamSendService.java | 144 mTransferManager.updateNotification(); in createBeamTransferManager()
|
H A D | BeamTransferManager.java | 303 void updateNotification() { in updateNotification() method in BeamTransferManager 380 updateNotification(); in updateStateAndNotification()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | HeadsUpManager.java | 130 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 D | HeadsUpController.java | 126 mHeadsUpManager.updateNotification(entry.getKey(), hunAgain); in updateHunState()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryManagerTest.java | 268 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 D | AlarmUpdateHandler.kt | 123 AlarmNotifications.updateNotification(mAppContext, newInstance)
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | StatusBarNotifier.java | 182 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 D | SmartReplyControllerTest.java | 130 verify(mNotificationEntryManager).updateNotification( in testSendSmartReply_updatesRemoteInput()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | HeadsUpCoordinator.java | 132 mHeadsUpManager.updateNotification(entry.getKey(), hunAgain);
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppTransferHistory.java | 341 mNotifier.updateNotification(); in updateNotificationWhenBtDisabled()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryManager.java | 373 updateNotification(sbn, rankingMap); 711 public void updateNotification(StatusBarNotification notification, RankingMap ranking) { in updateNotification() method in NotificationEntryManager
|