Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/ui/
H A DNotification.kt24 …rt android.platform.systemui_tapl.ui.NotificationStack.Companion.getNotificationCountByIdentityText in <lambda>()
248 getNotificationCountByIdentityText(groupNotificationIdentity!!) in <lambda>()
266 getNotificationCountByIdentityText(groupNotificationIdentity) in <lambda>()
H A DNotificationStack.kt357 internal fun getNotificationCountByIdentityText(identity: NotificationIdentity): Int { in <lambda>() method