Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java3160 ArrayMap<String, Integer> expectedChannels = new ArrayMap<>(); in testDumpChannelsJson() local
3170 expectedChannels.put(pkgName, numChannels); in testDumpChannelsJson()
3174 String pkg = expectedChannels.keyAt(0); in testDumpChannelsJson()
3178 int count = expectedChannels.get(pkg); in testDumpChannelsJson()
3179 expectedChannels.put(pkg, count - 1); in testDumpChannelsJson()
3185 assertTrue(expectedChannels.containsKey(object.get("packageName"))); in testDumpChannelsJson()
3186 assertEquals(expectedChannels.get(object.get("packageName")).intValue(), in testDumpChannelsJson()