Home
last modified time | relevance | path

Searched defs:mRemoved (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DSecondaryNotificationListener.java31 public ArrayList<StatusBarNotification> mRemoved = new ArrayList<>(); field in SecondaryNotificationListener
DTestNotificationListener.java32 public ArrayList<StatusBarNotification> mRemoved = new ArrayList<>(); field in TestNotificationListener
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DTestNotificationListener.java33 public ArrayList<StatusBarNotification> mRemoved = new ArrayList<>(); field in TestNotificationListener
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DTestNotificationListener.java32 public ArrayList<StatusBarNotification> mRemoved = new ArrayList<>(); field in TestNotificationListener
/cts/tests/app/app/src/android/app/stubs/
DTestNotificationListener.java32 public ArrayList<StatusBarNotification> mRemoved = new ArrayList<>(); field in TestNotificationListener
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java57 ArrayList<String> mRemoved = new ArrayList<String>(); field in MockListener
/cts/tests/tests/text/src/android/text/cts/
DSpannableStringBuilderSpanTest.java404 private ArrayList<AddedRemoved> mRemoved = new ArrayList<AddedRemoved>(); field in SpannableStringBuilderSpanTest.SpanWatcherRecorder