Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterKosmos.kt40 import com.android.systemui.statusbar.notification.row.onUserInteractionCallback
79 onUserInteractionCallback, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/row/
DOnUserInteractionCallbackKosmos.kt27 var Kosmos.onUserInteractionCallback: OnUserInteractionCallback by variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerWithScenesTest.kt128 @Mock private lateinit var onUserInteractionCallback: OnUserInteractionCallback in <lambda>() variable in com.android.systemui.statusbar.notification.row.NotificationGutsManagerWithScenesTest
179 onUserInteractionCallback, in <lambda>()
496 ArgumentMatchers.eq(onUserInteractionCallback), in <lambda>()
528 ArgumentMatchers.eq(onUserInteractionCallback), in <lambda>()
560 ArgumentMatchers.eq(onUserInteractionCallback), in <lambda>()
DExpandableNotificationRowControllerTest.kt102 private val onUserInteractionCallback: OnUserInteractionCallback = mock() constant in com.android.systemui.statusbar.notification.row.ExpandableNotificationRowControllerTest
142 onUserInteractionCallback, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java225 OnUserInteractionCallback onUserInteractionCallback, in ExpandableNotificationRowController()
251 mOnUserInteractionCallback = onUserInteractionCallback; in ExpandableNotificationRowController()
DNotificationConversationInfo.java200 OnUserInteractionCallback onUserInteractionCallback, in bindNotification() argument
216 mOnUserInteractionCallback = onUserInteractionCallback; in bindNotification()
DNotificationGutsManager.java152 OnUserInteractionCallback onUserInteractionCallback, in NotificationGutsManager() argument
178 mOnUserInteractionCallback = onUserInteractionCallback; in NotificationGutsManager()
DNotificationInfo.java193 OnUserInteractionCallback onUserInteractionCallback, in bindNotification() argument
209 mOnUserInteractionCallback = onUserInteractionCallback; in bindNotification()
DExpandableNotificationRow.java1844 OnUserInteractionCallback onUserInteractionCallback,
1884 mOnUserInteractionCallback = onUserInteractionCallback;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java177 OnUserInteractionCallback onUserInteractionCallback, in StatusBarNotificationActivityStarter()
213 mOnUserInteractionCallback = onUserInteractionCallback; in StatusBarNotificationActivityStarter()