/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/ |
D | SecondaryNotificationListener.java | 31 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/ |
D | TestNotificationAssistant.java | 57 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()
|
D | TestNotificationListener.java | 38 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()
|
D | NotificationHelper.java | 179 return new ArrayList<>(mNotificationListener.mRemoved); in getNotifications()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | MockListener.java | 57 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()
|
D | NotificationListenerVerifierActivity.java | 1017 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/ |
D | TestNotificationListener.java | 46 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/ |
D | SpannableStringBuilderSpanTest.java | 404 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/ |
D | NotificationAssistantServiceTest.java | 719 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/ |
D | NotificationManagerTest.java | 376 if (mAssistant.mRemoved.containsKey(key)) { in getAssistantCancellationReason() 377 return mAssistant.mRemoved.get(key); in getAssistantCancellationReason()
|