Home
last modified time | relevance | path

Searched refs:OnUserInteractionCallback (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DOnUserInteractionCallbackImpl.java36 import com.android.systemui.statusbar.notification.row.OnUserInteractionCallback;
46 public class OnUserInteractionCallbackImpl implements OnUserInteractionCallback {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DOnUserInteractionCallback.java27 public interface OnUserInteractionCallback { interface
DExpandableNotificationRowController.java104 private final OnUserInteractionCallback mOnUserInteractionCallback;
225 OnUserInteractionCallback onUserInteractionCallback, in ExpandableNotificationRowController()
DNotificationConversationInfo.java94 private OnUserInteractionCallback mOnUserInteractionCallback;
200 OnUserInteractionCallback onUserInteractionCallback, in bindNotification()
DNotificationGutsManager.java98 private final OnUserInteractionCallback mOnUserInteractionCallback;
152 OnUserInteractionCallback onUserInteractionCallback, in NotificationGutsManager()
DNotificationInfo.java97 private OnUserInteractionCallback mOnUserInteractionCallback;
193 OnUserInteractionCallback onUserInteractionCallback, in bindNotification()
DExpandableNotificationRow.java386 private OnUserInteractionCallback mOnUserInteractionCallback;
1844 OnUserInteractionCallback onUserInteractionCallback,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/row/
DOnUserInteractionCallbackKosmos.kt27 var Kosmos.onUserInteractionCallback: OnUserInteractionCallback by
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java80 import com.android.systemui.statusbar.notification.row.OnUserInteractionCallback;
228 OnUserInteractionCallback provideOnUserInteractionCallback(OnUserInteractionCallbackImpl impl); in provideOnUserInteractionCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java79 import com.android.systemui.statusbar.notification.row.OnUserInteractionCallback;
148 private final OnUserInteractionCallback mOnUserInteractionCallback;
177 OnUserInteractionCallback onUserInteractionCallback, in StatusBarNotificationActivityStarter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java146 private final OnUserInteractionCallback mOnUserInteractionCallback;
252 mOnUserInteractionCallback = mock(OnUserInteractionCallback.class); in NotificationTestHelper()
270 public OnUserInteractionCallback getOnUserInteractionCallback() { in getOnUserInteractionCallback()
DExpandableNotificationRowControllerTest.kt102 private val onUserInteractionCallback: OnUserInteractionCallback = mock()
DNotificationGutsManagerTest.java136 @Mock private OnUserInteractionCallback mOnUserInteractionCallback;
DNotificationGutsManagerWithScenesTest.kt128 @Mock private lateinit var onUserInteractionCallback: OnUserInteractionCallback in <lambda>()
DNotificationInfoTest.java114 private OnUserInteractionCallback mOnUserInteractionCallback;
DNotificationConversationInfoTest.java140 private OnUserInteractionCallback mOnUserInteractionCallback;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java97 import com.android.systemui.statusbar.notification.row.OnUserInteractionCallback;
159 private OnUserInteractionCallback mOnUserInteractionCallback;