/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ForegroundServiceControllerTest.java | 77 fsc.updateNotification(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT); in testNotificationCRUD() 78 fsc.updateNotification(sbn_user2_app1, NotificationManager.IMPORTANCE_DEFAULT); in testNotificationCRUD() 83 fsc.updateNotification(sbn_user2_app2_fg, NotificationManager.IMPORTANCE_DEFAULT); in testNotificationCRUD() 84 fsc.updateNotification(sbn_user1_app3_fg, NotificationManager.IMPORTANCE_DEFAULT); in testNotificationCRUD() 85 fsc.updateNotification(sbn_user1_app1_fg, NotificationManager.IMPORTANCE_DEFAULT); in testNotificationCRUD() 169 fsc.updateNotification(makeMockDungeon(USERID_ONE, new String[]{PKG1}), in testSimpleAddRemove() 175 fsc.updateNotification(makeMockDungeon(USERID_ONE, new String[]{PKG2}), in testSimpleAddRemove() 180 fsc.updateNotification(makeMockDungeon(USERID_TWO, new String[]{PKG1}), in testSimpleAddRemove() 185 fsc.updateNotification(makeMockDungeon(USERID_ONE, new String[]{PKG2, PKG1}), in testSimpleAddRemove() 224 fsc.updateNotification(sbn_user1_app1_fg_sneaky, NotificationManager.IMPORTANCE_DEFAULT); in testDungeonBasic() [all …]
|
/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 | 140 private void updateNotification() { in updateNotification() method in PowerNotificationWarnings 315 updateNotification(); in updateLowBatteryWarning() 327 updateNotification(); in dismissLowBatteryNotification() 341 updateNotification(); in showLowBatteryWarning() 383 updateNotification(); in dismissInvalidChargerNotification() 389 updateNotification(); in showInvalidChargerWarning() 394 updateNotification(); in userSwitched()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ForegroundServiceController.java | 30 void updateNotification(StatusBarNotification sbn, int newImportance); in updateNotification() method
|
D | ForegroundServiceControllerImpl.java | 57 updateNotification(sbn, importance); in addNotification() 85 public void updateNotification(StatusBarNotification sbn, int newImportance) { in updateNotification() method in ForegroundServiceControllerImpl
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationTestHelper.java | 83 NotificationInflaterTest.runThenWaitForInflation(() -> row.updateNotification(entry), in createRow()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManager.java | 187 updateNotification(headsUp, true); in showNotification() 194 public void updateNotification(NotificationData.Entry headsUp, boolean alert) { in updateNotification() method in HeadsUpManager
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupManager.java | 424 mHeadsUpManager.updateNotification(child, true); in handleSuppressedSummaryHeadsUpped()
|
D | StatusBar.java | 1721 updateNotification(newSbn, null); in removeNotification() 2719 mHeadsUpManager.updateNotification(entry, alertAgain); in updateHeadsUp() 5682 updateNotification(sbn, rankingMap); 6259 updateNotification(entry, pmUser, sbn, entry.row); 6264 updateNotification(entry, pmUser, sbn, row); 6306 private void updateNotification(Entry entry, PackageManager pmUser, 6337 row.updateNotification(entry); 6800 public void updateNotification(StatusBarNotification notification, RankingMap ranking) 6824 mForegroundServiceController.updateNotification(notification,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ExpandableNotificationRow.java | 326 public void updateNotification(NotificationData.Entry entry) { in updateNotification() method in ExpandableNotificationRow
|