Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java520 mCallback.onLockedWorkRemoteInput(userId, row, view); in showBouncerForRemoteInput()
529 mCallback.onLockedWorkRemoteInput(userId, row, view); in showBouncerForRemoteInput()
678 void onLockedWorkRemoteInput(int userId, ExpandableNotificationRow row, View clicked); in onLockedWorkRemoteInput() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java220 public void onLockedWorkRemoteInput(int userId, ExpandableNotificationRow row, in onLockedWorkRemoteInput() method in StatusBarRemoteInputCallback