Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java512 mCallback.onLockedWorkRemoteInput(userId, row, view); in showBouncerForRemoteInput()
521 mCallback.onLockedWorkRemoteInput(userId, row, view); in showBouncerForRemoteInput()
669 void onLockedWorkRemoteInput(int userId, ExpandableNotificationRow row, View clicked); in onLockedWorkRemoteInput() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarRemoteInputCallback.java205 public void onLockedWorkRemoteInput(int userId, ExpandableNotificationRow row, in onLockedWorkRemoteInput() method in StatusBarRemoteInputCallback