Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowControllerTest.kt101 private val onUserInteractionCallback: OnUserInteractionCallback = mock()
141 onUserInteractionCallback,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java223 OnUserInteractionCallback onUserInteractionCallback, in ExpandableNotificationRowController()
250 mOnUserInteractionCallback = onUserInteractionCallback; in ExpandableNotificationRowController()
H A DNotificationConversationInfo.java199 OnUserInteractionCallback onUserInteractionCallback, in bindNotification() argument
215 mOnUserInteractionCallback = onUserInteractionCallback; in bindNotification()
H A DNotificationGutsManager.java144 OnUserInteractionCallback onUserInteractionCallback, in NotificationGutsManager() argument
167 mOnUserInteractionCallback = onUserInteractionCallback; in NotificationGutsManager()
H A DNotificationInfo.java195 OnUserInteractionCallback onUserInteractionCallback, in bindNotification() argument
212 mOnUserInteractionCallback = onUserInteractionCallback; in bindNotification()
H A DExpandableNotificationRow.java1717 OnUserInteractionCallback onUserInteractionCallback,
1757 mOnUserInteractionCallback = onUserInteractionCallback;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java162 OnUserInteractionCallback onUserInteractionCallback, in StatusBarNotificationActivityStarter()
197 mOnUserInteractionCallback = onUserInteractionCallback; in StatusBarNotificationActivityStarter()