Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java19 import static com.android.systemui.statusbar.RemoteInputController.processForRemoteInput;
123 processForRemoteInput(sbn.getNotification(), mContext); in onNotificationPosted()
DRemoteInputController.java64 public static void processForRemoteInput(Notification n, Context context) { in processForRemoteInput() method in RemoteInputController