Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsLocationHelperImpl.java89 getUiElementFromConfig(AutomotiveConfigConstants.LOCATION_SWITCH); in isLocationOn()
92 .validateUiObject(enableOption, AutomotiveConfigConstants.LOCATION_SWITCH); in isLocationOn()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java572 public static final String LOCATION_SWITCH = "LOCATION_SWITCH"; field in AutomotiveConfigConstants