Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DGestureNavSwitchHelper.java41 private static final String GESTURAL_OVERLAY_NAME = field in GestureNavSwitchHelper
109 if (!mDevice.executeShellCommand("cmd overlay list").contains(GESTURAL_OVERLAY_NAME)) { in enableGestureNav()
117 mDevice.executeShellCommand("cmd overlay enable " + GESTURAL_OVERLAY_NAME); in enableGestureNav()