Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DTargetSdkResolverTest.kt57 private lateinit var notifListener: NotifCollectionListener variable in com.android.systemui.statusbar.notification.collection.TargetSdkResolverTest
66 notifListener = withArgCaptor { in setUp()
80 notifListener.onEntryBind(entry, sbn) in resolveFromNotificationExtras()
93 notifListener.onEntryBind(entry, sbn) in resolveFromPackageManager()
106 notifListener.onEntryBind(entry, sbn) in resolveFromPackageManager_andPackageManagerCrashes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt84 private val notifListener = in <lambda>() constant in com.android.systemui.statusbar.phone.ongoingcall.OngoingCallController
141 notifCollection.addCollectionListener(notifListener) in <lambda>()