Home
last modified time | relevance | path

Searched refs:OnUserInteractionCallbackImpl (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DOnUserInteractionCallbackImpl.java46 public class OnUserInteractionCallbackImpl implements OnUserInteractionCallback { class
54 public OnUserInteractionCallbackImpl( in OnUserInteractionCallbackImpl() method in OnUserInteractionCallbackImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java39 …ort com.android.systemui.statusbar.notification.collection.inflation.OnUserInteractionCallbackImpl;
208 OnUserInteractionCallback provideOnUserInteractionCallback(OnUserInteractionCallbackImpl impl); in provideOnUserInteractionCallback()