Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java77 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/
DNotificationHelper.java94 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/
DPowerNotificationWarnings.java140 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/
DForegroundServiceController.java30 void updateNotification(StatusBarNotification sbn, int newImportance); in updateNotification() method
DForegroundServiceControllerImpl.java57 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/
DNotificationTestHelper.java83 NotificationInflaterTest.runThenWaitForInflation(() -> row.updateNotification(entry), in createRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java187 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/
DNotificationGroupManager.java424 mHeadsUpManager.updateNotification(child, true); in handleSuppressedSummaryHeadsUpped()
DStatusBar.java1721 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/
DExpandableNotificationRow.java326 public void updateNotification(NotificationData.Entry entry) { in updateNotification() method in ExpandableNotificationRow