Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationHistoryTest.java229 postRemoveExpectedStrings.add(n.getPackage()); in testRemoveNotificationsFromWrite()
230 postRemoveExpectedStrings.add(n.getChannelName()); in testRemoveNotificationsFromWrite()
231 postRemoveExpectedStrings.add(n.getChannelId()); in testRemoveNotificationsFromWrite()
266 postRemoveExpectedStrings.add(n.getPackage()); in testRemoveNotificationFromWrite()
267 postRemoveExpectedStrings.add(n.getChannelName()); in testRemoveNotificationFromWrite()
268 postRemoveExpectedStrings.add(n.getChannelId()); in testRemoveNotificationFromWrite()
303 postRemoveExpectedStrings.add(n.getPackage()); in testRemoveConversationNotificationFromWrite()
305 postRemoveExpectedStrings.add(n.getChannelId()); in testRemoveConversationNotificationFromWrite()
336 Set<String> postRemoveExpectedStrings = new HashSet<>(); in testRemoveChannelFromWrite() local
342 postRemoveExpectedStrings.add(n.getPackage()); in testRemoveChannelFromWrite()
[all …]