Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DPrivacySettingVerifyUIElementsTest.java78 mSettingsUIHelper.get().hasUIElement(AutomotiveConfigConstants.LOCATION)); in testVerifyLocationUIElement()
79 mSettingsUIHelper.get().openUIOptions(AutomotiveConfigConstants.LOCATION); in testVerifyLocationUIElement()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DQuickSettingsHelper.java111 LOCATION("Location"), enumConstant
/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
DSettingsHelper.java62 private static final String LOCATION = "Location"; field in SettingsHelper
523 launchAndClickSettings(isQuickSettings, null, By.descContains(LOCATION)); in toggleLocationSettingsOnOrOffAndVerify()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java586 public static final String LOCATION = "LOCATION"; field in AutomotiveConfigConstants