HomeSort by relevance Sort by last modified time
    Searched refs:addNotification (Results 1 - 18 of 18) sorted by null

  /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/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/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...]
  /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...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/misc/common/robolectric/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1017 milliseconds