Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsLocationHelperImpl.java74 getUiElementFromConfig(AutomotiveConfigConstants.TOGGLE_LOCATION); in toggleLocation()
77 .validateUiObject(locationSwitch, AutomotiveConfigConstants.TOGGLE_LOCATION); in toggleLocation()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java570 public static final String TOGGLE_LOCATION = "TOGGLE_LOCATION"; field in AutomotiveConfigConstants