Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java134 public void onLockedRemoteInput(ExpandableNotificationRow row, View clicked) { in onLockedRemoteInput() method in StatusBarRemoteInputCallback
193 onLockedRemoteInput(row, clickedView); in onMakeExpandedVisibleForRemoteInput()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallbackTest.java101 mRemoteInputCallback.onLockedRemoteInput( in testShowGenericBouncer_onLockedRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java524 mCallback.onLockedRemoteInput(row, view); in showBouncerForRemoteInput()
669 void onLockedRemoteInput(ExpandableNotificationRow row, View clicked); in onLockedRemoteInput() method