Searched refs:addNotification (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServiceController.java24 void addNotification(StatusBarNotification sbn, int importance); method in interface:ForegroundServiceController
H A DForegroundServiceControllerImpl.java60 public void addNotification(StatusBarNotification sbn, int importance) { method in class:ForegroundServiceControllerImpl
107 userServices.addNotification(sbn.getPackageName(), sbn.getKey());
131 public void addNotification(String pkg, String key) { method in class:ForegroundServiceControllerImpl.UserServices
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DForegroundServiceControllerTest.java67 fsc.addNotification(sbn_user1_app1_fg, NotificationManager.IMPORTANCE_DEFAULT);
68 fsc.addNotification(sbn_user2_app2_fg, NotificationManager.IMPORTANCE_DEFAULT);
69 fsc.addNotification(sbn_user1_app3_fg, NotificationManager.IMPORTANCE_DEFAULT);
70 fsc.addNotification(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT);
71 fsc.addNotification(sbn_user2_app1, NotificationManager.IMPORTANCE_DEFAULT);
120 fsc.addNotification(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT);
121 fsc.addNotification(sbn_user1_dungeon, NotificationManager.IMPORTANCE_DEFAULT);
136 fsc.addNotification(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT);
140 fsc.addNotification(makeMockDungeon(USERID_ONE, new String[]{ PKG1 }),
144 fsc.addNotification(sbn_user1_app1_f
[all...]
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DNotificationListenerController.java58 void addNotification(StatusBarNotification sbn); method in interface:NotificationListenerController.NotificationProvider
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java740 mNotificationManagerService.addNotification(notif);
754 mNotificationManagerService.addNotification(notif);
775 mNotificationManagerService.addNotification(parent);
776 mNotificationManagerService.addNotification(child);
777 mNotificationManagerService.addNotification(child2);
778 mNotificationManagerService.addNotification(newGroup);
797 mNotificationManagerService.addNotification(parent);
798 mNotificationManagerService.addNotification(child);
799 mNotificationManagerService.addNotification(child2);
800 mNotificationManagerService.addNotification(newGrou
[all...]
H A DBuzzBeepBlinkTest.java309 mService.addNotification(r);
865 mService.addNotification(r);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationListenerWithPlugins.java137 public void addNotification(StatusBarNotification sbn) {
H A DStatusBar.java1638 public void addNotification(StatusBarNotification notification, RankingMap ranking) method in class:StatusBar
1641 if (DEBUG) Log.d(TAG, "addNotification key=" + key);
1677 mForegroundServiceController.addNotification(notification,
6157 addNotification(sbn, currentRanking);
6200 addNotification(sbn, rankingMap);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java253 public void addNotification(ExpandableNotificationRow row, int childIndex) { method in class:NotificationChildrenContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java515 mChildrenContainer.addNotification(row, childIndex);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1135 void addNotification(NotificationRecord r) { method in class:NotificationManagerService

Completed in 1245 milliseconds