Home
last modified time | relevance | path

Searched refs:mRemoved (Results 1 – 10 of 10) 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()
/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationAssistant.java57 public Map<String, Integer> mRemoved = new HashMap<>(); field in TestNotificationAssistant
86 mRemoved.clear(); in resetData()
202 mRemoved.put(sbn.getKey(), -1); in onNotificationRemoved()
211 mRemoved.put(sbn.getKey(), reason); in onNotificationRemoved()
DTestNotificationListener.java38 public ArrayList<StatusBarNotification> mRemoved = new ArrayList<>(); field in TestNotificationListener
94 mRemoved.clear(); in resetData()
154 mRemoved.add(sbn); in onNotificationRemoved()
173 mRemoved.add(sbn); in onNotificationRemoved()
DNotificationHelper.java179 return new ArrayList<>(mNotificationListener.mRemoved); in getNotifications()
/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.java1017 List<String> result = new ArrayList<>(MockListener.getInstance().mRemoved); in test()
1059 List<String> result = new ArrayList<>(MockListener.getInstance().mRemoved); in test()
1220 List<String> result = new ArrayList<>(MockListener.getInstance().mRemoved); in test()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestNotificationListener.java46 public ArrayList<StatusBarNotification> mRemoved = new ArrayList<>(); field in TestNotificationListener
117 mRemoved.clear(); in resetData()
139 mRemoved.add(sbn); in onNotificationRemoved()
/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/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java719 if (mNotificationAssistantService.mRemoved.containsKey(key)) { in getAssistantCancellationReason()
720 return mNotificationAssistantService.mRemoved.get(key); in getAssistantCancellationReason()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java376 if (mAssistant.mRemoved.containsKey(key)) { in getAssistantCancellationReason()
377 return mAssistant.mRemoved.get(key); in getAssistantCancellationReason()