Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DTestableNotificationManagerService.java37 Set<Integer> mChannelToastsSent = new HashSet<>(); field in TestableNotificationManagerService
150 mChannelToastsSent.add(uid); in doChannelWarningToast()
DNotificationManagerServiceTest.java1938 assertThat(mService.mChannelToastsSent).contains(mUid); in testEnqueueNotificationInternal_noChannel()
11281 assertThat(mService.mChannelToastsSent).contains(mUid);