Home
last modified time | relevance | path

Searched refs:onLockedRemoteInput (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarRemoteInputCallback.java131 public void onLockedRemoteInput(ExpandableNotificationRow row, View clicked) { in onLockedRemoteInput() method in StatusBarRemoteInputCallback
190 onLockedRemoteInput(row, clickedView); in onMakeExpandedVisibleForRemoteInput()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarRemoteInputCallbackTest.java101 mRemoteInputCallback.onLockedRemoteInput( in testShowGenericBouncer_onLockedRemoteInput()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java560 mCallback.onLockedRemoteInput(row, view); in showBouncerForRemoteInput()
704 void onLockedRemoteInput(ExpandableNotificationRow row, View clicked); in onLockedRemoteInput() method