/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
ForegroundServiceControllerTest.java | 67 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_fg, NotificationManager.IMPORTANCE_DEFAULT) [all...] |
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/ |
SmsMessageReceiver.java | 49 addNotification(context, fromAddress, messageBody); 53 private void addNotification(Context context, String fromAddress, String message) { 65 Log.i(LOG_TAG, "addNotification notificationId: " + notificationId);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
ForegroundServiceController.java | 24 void addNotification(StatusBarNotification sbn, int importance);
|
ForegroundServiceControllerImpl.java | 60 public void addNotification(StatusBarNotification sbn, int importance) { 107 userServices.addNotification(sbn.getPackageName(), sbn.getKey()); 131 public void addNotification(String pkg, String key) {
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
NotificationListenerController.java | 58 void addNotification(StatusBarNotification sbn);
|
/frameworks/base/services/tests/notification/src/com/android/server/notification/ |
NotificationManagerServiceTest.java | [all...] |
BuzzBeepBlinkTest.java | 309 mService.addNotification(r); 865 mService.addNotification(r); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NotificationListenerWithPlugins.java | 137 public void addNotification(StatusBarNotification sbn) {
|
StatusBar.java | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
fsrmreports.h | [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
NotificationChildrenContainer.java | 253 public void addNotification(ExpandableNotificationRow row, int childIndex) { [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
ExpandableNotificationRow.java | 515 mChildrenContainer.addNotification(row, childIndex); [all...] |
/frameworks/base/services/core/java/com/android/server/notification/ |
NotificationManagerService.java | [all...] |