HomeSort by relevance Sort by last modified time
    Searched defs:mPosted (Results 1 - 6 of 6) sorted by null

  /cts/tests/app/app/src/android/app/stubs/
TestNotificationListener.java 31 public ArrayList<StatusBarNotification> mPosted = new ArrayList<>();
71 mPosted.clear();
79 mPosted.add(sbn);
  /cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
TestNotificationListener.java 31 public ArrayList<StatusBarNotification> mPosted = new ArrayList<>();
71 mPosted.clear();
79 mPosted.add(sbn);
  /cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
SecondaryNotificationListener.java 30 public ArrayList<StatusBarNotification> mPosted = new ArrayList<>();
70 mPosted.clear();
77 mPosted.add(sbn);
TestNotificationListener.java 31 public ArrayList<StatusBarNotification> mPosted = new ArrayList<>();
71 mPosted.clear();
79 mPosted.add(sbn);
  /cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
TestNotificationListener.java 32 public BlockingQueue<StatusBarNotification> mPosted = new ArrayBlockingQueue<>(10);
73 mPosted.clear();
83 mPosted.add(sbn);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java 54 ArrayList<String> mPosted = new ArrayList<String>();
116 mPosted.clear();
152 mPosted.add(sbn.getTag());

Completed in 94 milliseconds