Home
last modified time | relevance | path

Searched refs:REQUEST_IS_RECENTS_WINDOW_ENABLED (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/shared/src/com/android/launcher3/testing/shared/
DTestProtocol.java174 public static final String REQUEST_IS_RECENTS_WINDOW_ENABLED = "recents-window-enabled"; field in TestProtocol
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java332 case TestProtocol.REQUEST_IS_RECENTS_WINDOW_ENABLED: { in call()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java1043 return getTestInfo(TestProtocol.REQUEST_IS_RECENTS_WINDOW_ENABLED) in isRecentsWindowEnabled()