Home
last modified time | relevance | path

Searched defs:onUserInteractionCallback (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java195 OnUserInteractionCallback onUserInteractionCallback, in bindNotification()
DExpandableNotificationRowController.java199 public ExpandableNotificationRowController( in ExpandableNotificationRowController()
DNotificationConversationInfo.java199 OnUserInteractionCallback onUserInteractionCallback, in bindNotification()
DNotificationGutsManager.java144 OnUserInteractionCallback onUserInteractionCallback, in NotificationGutsManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java138 StatusBarNotificationActivityStarter( in StatusBarNotificationActivityStarter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt101 private val onUserInteractionCallback: OnUserInteractionCallback = mock() constant in com.android.systemui.statusbar.notification.row.ExpandableNotificationRowControllerTest