/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
ForegroundServiceControllerTest.java | 72 fsc.addNotification(sbn_user1_app1_fg, NotificationManager.IMPORTANCE_DEFAULT); 73 fsc.addNotification(sbn_user2_app2_fg, NotificationManager.IMPORTANCE_DEFAULT); 74 fsc.addNotification(sbn_user1_app3_fg, NotificationManager.IMPORTANCE_DEFAULT); 75 fsc.addNotification(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT); 76 fsc.addNotification(sbn_user2_app1, NotificationManager.IMPORTANCE_DEFAULT); 124 fsc.addNotification(sbn_user1_app1_fg, NotificationManager.IMPORTANCE_MIN); 125 fsc.addNotification(sbn_user2_app2_fg, NotificationManager.IMPORTANCE_MIN); 126 fsc.addNotification(sbn_user1_app3_fg, NotificationManager.IMPORTANCE_MIN); 127 fsc.addNotification(sbn_user1_app1, NotificationManager.IMPORTANCE_MIN); 128 fsc.addNotification(sbn_user2_app1, NotificationManager.IMPORTANCE_MIN) [all...] |
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
NotificationManagerServiceTest.java | [all...] |
BuzzBeepBlinkTest.java | 308 mService.addNotification(r); [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/statusbar/ |
NotificationUpdateHandler.java | 32 void addNotification(StatusBarNotification notification,
|
NotificationListener.java | 65 mEntryManager.addNotification(sbn, currentRanking); 103 mEntryManager.addNotification(sbn, rankingMap);
|
NotificationEntryManager.java | [all...] |
ExpandableNotificationRow.java | 664 mChildrenContainer.addNotification(row, childIndex); [all...] |
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
NotificationListenerController.java | 58 void addNotification(StatusBarNotification sbn);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
ForegroundServiceControllerImpl.java | 109 public void addNotification(StatusBarNotification sbn, int importance) { 224 addNotification(mImportantNotifications, pkg, key); 232 addNotification(mStandardLayoutNotifications, pkg, key); 246 public void addNotification(ArrayMap<String, ArraySet<String>> map, String pkg,
|
ForegroundServiceController.java | 26 void addNotification(StatusBarNotification sbn, int importance);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NotificationListenerWithPlugins.java | 137 public void addNotification(StatusBarNotification sbn) {
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
NotificationListenerTest.java | 85 verify(mEntryManager).addNotification(mSbn, mRanking);
|
NotificationEntryManagerTest.java | 201 mEntryManager.addNotification(mSbn, mRankingMap); 209 verify(mForegroundServiceController).addNotification(eq(mSbn), anyInt());
|
/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 | 260 public void addNotification(ExpandableNotificationRow row, int childIndex) { [all...] |
/frameworks/base/services/core/java/com/android/server/notification/ |
NotificationManagerService.java | [all...] |