Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java156 return mCallback.handleRemoteViewClick(view, pendingIntent, () -> {
746 boolean handleRemoteViewClick(View view, PendingIntent pendingIntent, in handleRemoteViewClick() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java229 public boolean handleRemoteViewClick(View view, PendingIntent pendingIntent, in handleRemoteViewClick() method in StatusBarRemoteInputCallback