Home
last modified time | relevance | path

Searched refs:mRemoved (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DTestNotificationListener.java33 public ArrayList<StatusBarNotification> mRemoved = new ArrayList<>(); field in TestNotificationListener
41 for (StatusBarNotification sbn : mRemoved) { in checkRemovedKey()
81 mRemoved.clear(); in resetData()
102 mRemoved.add(sbn); in onNotificationRemoved()
/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.java34 public Map<String, Integer> mRemoved = new HashMap<>(); field in TestNotificationListener
74 mRemoved.clear(); in resetData()
89 mRemoved.put(sbn.getKey(), reason); in onNotificationRemoved()
DLegacyNotificationManagerTest.java197 assertEquals(1, mListener.mRemoved.size()); in testSuspendPackage()
364 if (mListener.mRemoved.containsKey(key)) { in getCancellationReason()
365 return mListener.mRemoved.get(key); in getCancellationReason()
/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.java35 public Map<String, Integer> mRemoved = new HashMap<>(); field in TestNotificationListener
91 mRemoved.clear(); in resetData()
114 mRemoved.put(sbn.getKey(), reason); in onNotificationRemoved()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java57 ArrayList<String> mRemoved = new ArrayList<String>(); field in MockListener
127 mRemoved.clear(); in resetData()
182 mRemoved.add(sbn.getTag()); in onNotificationRemoved()
192 mRemoved.add(sbn.getTag()); in onNotificationRemoved()
DNotificationListenerVerifierActivity.java899 List<String> result = new ArrayList<>(MockListener.getInstance().mRemoved); in test()
1055 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()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java602 if (mListener.mRemoved.containsKey(key)) { in getCancellationReason()
603 return mListener.mRemoved.get(key); in getCancellationReason()