Home
last modified time | relevance | path

Searched refs:mRemoved (Results 1 – 9 of 9) 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
71 mRemoved.clear(); in resetData()
83 mRemoved.add(sbn); in onNotificationRemoved()
DTestNotificationListener.java32 public ArrayList<StatusBarNotification> mRemoved = new ArrayList<>(); field in TestNotificationListener
72 mRemoved.clear(); in resetData()
86 mRemoved.add(sbn); in onNotificationRemoved()
DLegacyNotificationManagerTest.java209 assertEquals(1, mListener.mRemoved.size()); in testSuspendPackage()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DTestNotificationListener.java33 public ArrayList<StatusBarNotification> mRemoved = new ArrayList<>(); field in TestNotificationListener
74 mRemoved.clear(); in resetData()
92 mRemoved.add(sbn); in onNotificationRemoved()
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DTestNotificationListener.java32 public ArrayList<StatusBarNotification> mRemoved = new ArrayList<>(); field in TestNotificationListener
72 mRemoved.clear(); in resetData()
86 mRemoved.add(sbn); in onNotificationRemoved()
/cts/tests/app/app/src/android/app/stubs/
DTestNotificationListener.java32 public ArrayList<StatusBarNotification> mRemoved = new ArrayList<>(); field in TestNotificationListener
72 mRemoved.clear(); in resetData()
86 mRemoved.add(sbn); in onNotificationRemoved()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java57 ArrayList<String> mRemoved = new ArrayList<String>(); field in MockListener
118 mRemoved.clear(); in resetData()
173 mRemoved.add(sbn.getTag()); in onNotificationRemoved()
183 mRemoved.add(sbn.getTag()); in onNotificationRemoved()
DNotificationListenerVerifierActivity.java731 List<String> result = new ArrayList<>(MockListener.getInstance().mRemoved); in test()
887 List<String> result = new ArrayList<>(MockListener.getInstance().mRemoved); in test()
/cts/tests/tests/text/src/android/text/cts/
DSpannableStringBuilderSpanTest.java404 private ArrayList<AddedRemoved> mRemoved = new ArrayList<AddedRemoved>(); field in SpannableStringBuilderSpanTest.SpanWatcherRecorder
440 mRemoved.clear(); in reset()
451 if (text == mSpannable) mRemoved.add(new AddedRemoved(span, start, end)); in onSpanRemoved()
465 for (AddedRemoved removed: mRemoved) { in verifyUnmodified()
502 for (AddedRemoved removed : mRemoved) { in verifyRemoved()