Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerTest.kt68 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>()
104 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>()
141 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>()
178 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>()
184 val (newRanks, newLocations) = fakeNotificationMaps("key1", "key0") in <lambda>()
196 val (ranks, locations) = fakeNotificationMaps("key0", "key1", "key2") in <lambda>()
216 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>()
360 val (ranks, locations) = fakeNotificationMaps("key") in <lambda>()
387 val (ranks, locations) = fakeNotificationMaps("key") in <lambda>()
524 private fun fakeNotificationMaps( in <lambda>() method