Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DOnUserInteractionCallbackImpl.java36 import com.android.systemui.statusbar.notification.row.OnUserInteractionCallback;
46 public class OnUserInteractionCallbackImpl implements OnUserInteractionCallback {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DOnUserInteractionCallback.java27 public interface OnUserInteractionCallback { interface
H A DExpandableNotificationRowController.java103 private final OnUserInteractionCallback mOnUserInteractionCallback;
223 OnUserInteractionCallback onUserInteractionCallback, in ExpandableNotificationRowController()
H A DNotificationConversationInfo.java93 private OnUserInteractionCallback mOnUserInteractionCallback;
199 OnUserInteractionCallback onUserInteractionCallback, in bindNotification()
H A DNotificationGutsManager.java94 private final OnUserInteractionCallback mOnUserInteractionCallback;
144 OnUserInteractionCallback onUserInteractionCallback, in NotificationGutsManager()
H A DNotificationInfo.java97 private OnUserInteractionCallback mOnUserInteractionCallback;
195 OnUserInteractionCallback onUserInteractionCallback, in bindNotification()
H A DExpandableNotificationRow.java373 private OnUserInteractionCallback mOnUserInteractionCallback;
1717 OnUserInteractionCallback onUserInteractionCallback,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java65 import com.android.systemui.statusbar.notification.row.OnUserInteractionCallback;
208 OnUserInteractionCallback provideOnUserInteractionCallback(OnUserInteractionCallbackImpl impl); in provideOnUserInteractionCallback()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java77 import com.android.systemui.statusbar.notification.row.OnUserInteractionCallback;
133 private final OnUserInteractionCallback mOnUserInteractionCallback;
162 OnUserInteractionCallback onUserInteractionCallback, in StatusBarNotificationActivityStarter()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java135 private final OnUserInteractionCallback mOnUserInteractionCallback;
198 mOnUserInteractionCallback = mock(OnUserInteractionCallback.class); in NotificationTestHelper()
213 public OnUserInteractionCallback getOnUserInteractionCallback() { in getOnUserInteractionCallback()
H A DExpandableNotificationRowControllerTest.kt101 private val onUserInteractionCallback: OnUserInteractionCallback = mock()
H A DNotificationGutsManagerTest.java118 @Mock private OnUserInteractionCallback mOnUserInteractionCallback;
H A DNotificationConversationInfoTest.java138 private OnUserInteractionCallback mOnUserInteractionCallback;
H A DNotificationInfoTest.java118 private OnUserInteractionCallback mOnUserInteractionCallback;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarterTest.java93 import com.android.systemui.statusbar.notification.row.OnUserInteractionCallback;
154 private OnUserInteractionCallback mOnUserInteractionCallback;