Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java107 public void onLockedRemoteInput(ExpandableNotificationRow row, View clicked) { in onLockedRemoteInput() method in StatusBarRemoteInputCallback
164 onLockedRemoteInput(row, clickedView); in onMakeExpandedVisibleForRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java384 mCallback.onLockedRemoteInput(row, view); in activateRemoteInput()
709 void onLockedRemoteInput(ExpandableNotificationRow row, View clicked); in onLockedRemoteInput() method