Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java2206 Map<String, NotificationChannel> channelMap = new HashMap<>(); in testGetDeletedChannels() local
2215 channelMap.put(channel.getId(), channel); in testGetDeletedChannels()
2218 channelMap.put(channel2.getId(), channel2); in testGetDeletedChannels()
2242 compareChannels(channelMap.get(nc.getId()), nc); in testGetDeletedChannels()