/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/ |
D | TestNotificationListener.java | 33 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/ |
D | SecondaryNotificationListener.java | 31 public ArrayList<StatusBarNotification> mRemoved = new ArrayList<>(); field in SecondaryNotificationListener 71 mRemoved.clear(); in resetData() 83 mRemoved.add(sbn); in onNotificationRemoved()
|
D | TestNotificationListener.java | 34 public Map<String, Integer> mRemoved = new HashMap<>(); field in TestNotificationListener 74 mRemoved.clear(); in resetData() 89 mRemoved.put(sbn.getKey(), reason); in onNotificationRemoved()
|
D | LegacyNotificationManagerTest.java | 197 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/ |
D | TestNotificationListener.java | 32 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/ |
D | TestNotificationListener.java | 35 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/ |
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 | 884 List<String> result = new ArrayList<>(MockListener.getInstance().mRemoved); in test() 1040 List<String> result = new ArrayList<>(MockListener.getInstance().mRemoved); in test()
|
/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/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 603 if (mListener.mRemoved.containsKey(key)) { in getCancellationReason() 604 return mListener.mRemoved.get(key); in getCancellationReason()
|