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.java132 public ExpandableNotificationRowController( in ExpandableNotificationRowController()
DNotificationConversationInfo.java193 OnUserInteractionCallback onUserInteractionCallback, in bindNotification()
DNotificationGutsManager.java139 OnUserInteractionCallback onUserInteractionCallback, in NotificationGutsManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java155 OnUserInteractionCallback onUserInteractionCallback, in StatusBarNotificationActivityStarter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt90 private val onUserInteractionCallback: OnUserInteractionCallback = mock() constant in com.android.systemui.statusbar.notification.row.ExpandableNotificationRowControllerTest