HomeSort by relevance Sort by last modified time
    Searched defs:ENABLE_REMOTE_INPUT (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationRemoteInputManager.java 58 public static final boolean ENABLE_REMOTE_INPUT =
59 SystemProperties.getBoolean("debug.enable_remote_input", true);
RemoteInputController.java 40 private static final boolean ENABLE_REMOTE_INPUT =
41 SystemProperties.getBoolean("debug.enable_remote_input", true);
60 if (!ENABLE_REMOTE_INPUT) {

Completed in 462 milliseconds