Home
last modified time | relevance | path

Searched refs:mIntercepted (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationListener.java41 public Map<String, Boolean> mIntercepted = new HashMap<>(); field in TestNotificationListener
95 mIntercepted.clear(); in resetData()
193 mIntercepted.put(key, !rank.matchesInterruptionFilter()); in updateInterceptedRecords()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerZenTest.java1783 assertTrue(mListener.mIntercepted.containsKey(sbn.getKey())); in testRepeatCallers_repeatCallNotIntercepted_contactAfterPhone()
1784 assertTrue(mListener.mIntercepted.get(sbn.getKey())); // should be intercepted in testRepeatCallers_repeatCallNotIntercepted_contactAfterPhone()
1798 assertTrue(mListener.mIntercepted.containsKey(sbn2.getKey())); in testRepeatCallers_repeatCallNotIntercepted_contactAfterPhone()
1799 assertFalse(mListener.mIntercepted.get(sbn2.getKey())); // should not be intercepted in testRepeatCallers_repeatCallNotIntercepted_contactAfterPhone()
1868 assertTrue(mListener.mIntercepted.get(alice.getKey())); in testInterruptionFilterNoneInterceptsMessages()
1869 assertTrue(mListener.mIntercepted.get(bob.getKey())); in testInterruptionFilterNoneInterceptsMessages()
1870 assertTrue(mListener.mIntercepted.get(charlie.getKey())); in testInterruptionFilterNoneInterceptsMessages()
1889 assertTrue(mListener.mIntercepted.get(alice.getKey())); in testInterruptionFilterNoneInterceptsEventAlarmReminder()
1890 assertTrue(mListener.mIntercepted.get(bob.getKey())); in testInterruptionFilterNoneInterceptsEventAlarmReminder()
1891 assertTrue(mListener.mIntercepted.get(charlie.getKey())); in testInterruptionFilterNoneInterceptsEventAlarmReminder()
[all …]