/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ForegroundServiceNotificationListener.java | 58 updateNotification(entry.notification, entry.importance); in ForegroundServiceNotificationListener() 78 updateNotification(sbn, importance); in addNotification() 118 private void updateNotification(StatusBarNotification sbn, int newImportance) { in updateNotification() method in ForegroundServiceNotificationListener
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
D | NotificationHelper.java | 94 updateNotification(); in onStart() 105 updateNotification(); in onStop() 133 updateNotification(); 140 updateNotification(); 146 private void updateNotification() { in updateNotification() method in NotificationHelper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | PowerNotificationWarnings.java | 209 private void updateNotification() { in updateNotification() method in PowerNotificationWarnings 495 updateNotification(); in updateLowBatteryWarning() 507 updateNotification(); in dismissLowBatteryNotification() 521 updateNotification(); in showLowBatteryWarning() 532 updateNotification(); in dismissInvalidChargerNotification() 538 updateNotification(); in showInvalidChargerWarning() 543 updateNotification(); in showAutoSaverSuggestion() 548 updateNotification(); in dismissAutoSaverSuggestion() 553 updateNotification(); in userSwitched()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationRowBinderImpl.java | 139 updateNotification(entry, pmUser, sbn, entry.getRow()); in inflateViews() 146 updateNotification(entry, pmUser, sbn, row); in inflateViews() 212 updateNotification(entry, pmUser, entry.notification, entry.getRow()); in onNotificationRankingUpdated() 227 private void updateNotification( in updateNotification() method in NotificationRowBinderImpl
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationUpdateHandler.java | 51 void updateNotification(StatusBarNotification notification, in updateNotification() method
|
D | AlertingNotificationManager.java | 68 updateNotification(entry.key, true /* alert */); in showNotification() 102 public void updateNotification(@NonNull String key, boolean alert) { in updateNotification() method in AlertingNotificationManager
|
D | NotificationRemoteInputManager.java | 346 mEntryManager.updateNotification(newSbn, null /* ranking */); in setUpWithCallback() 630 mEntryManager.updateNotification(newSbn, null); in setShouldManageLifetime() 670 mEntryManager.updateNotification(newSbn, null); in setShouldManageLifetime()
|
D | NotificationListener.java | 121 mEntryManager.updateNotification(sbn, rankingMap); in onNotificationPosted()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManager.java | 107 public void updateNotification(@NonNull String key, boolean alert) { in updateNotification() method in HeadsUpManager 108 super.updateNotification(key, alert); in updateNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationAlertingManager.java | 122 mHeadsUpManager.updateNotification(entry.key, alertAgain); in updateAlertState()
|
D | NotificationEntryManager.java | 456 public void updateNotification(StatusBarNotification notification, in updateNotification() method in NotificationEntryManager
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationListenerTest.java | 97 verify(mEntryManager).updateNotification(mSbn, mRanking); in testNotificationUpdateCallsUpdateNotification()
|
D | SmartReplyControllerTest.java | 110 verify(mNotificationEntryManager).updateNotification( in testSendSmartReply_updatesRemoteInput()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 308 mEntryManager.updateNotification(mSbn, mRankingMap); in testUpdateNotification() 334 mEntryManager.updateNotification(mSbn, mRankingMap); in testUpdateNotification_prePostEntryOrder() 506 mEntryManager.updateNotification(mEntry.notification, mRankingMap); in testLifetimeExtenders_whenNotificationUpdatedRetainersAreCanceled()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupAlertTransferHelper.java | 400 alertManager.updateNotification(entry.key, true /* alert */); in alertNotificationWhenPossible()
|