Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/shared/com/android/launcher3/testing/shared/
DTestProtocol.java158 public static final String REQUEST_GET_SPLIT_SELECTION_ACTIVE = "get-split-selection-active"; field in TestProtocol
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java254 case TestProtocol.REQUEST_GET_SPLIT_SELECTION_ACTIVE: in call()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java32 import static com.android.launcher3.testing.shared.TestProtocol.REQUEST_GET_SPLIT_SELECTION_ACTIVE;
939 boolean splitSelectionActive = getTestInfo(REQUEST_GET_SPLIT_SELECTION_ACTIVE) in verifyVisibleObjects()