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/
DNotificationRemoteInputManager.java214 mCallback.onLockedRemoteInput(row, view);
386 void onLockedRemoteInput(ExpandableNotificationRow row, View clicked); in onLockedRemoteInput() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4259 public void onLockedRemoteInput(ExpandableNotificationRow row, View clicked) { in onLockedRemoteInput() method
4269 onLockedRemoteInput(row, clickedView); in onMakeExpandedVisibleForRemoteInput()