Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSystemHelperImpl.java229 getUiElementFromConfig(AutomotiveConfigConstants.RESET_SETTINGS); in resetNetwork()
233 .validateUiObject(resetSettingsButton1, AutomotiveConfigConstants.RESET_SETTINGS); in resetNetwork()
237 getMenu(getUiElementFromConfig(AutomotiveConfigConstants.RESET_SETTINGS)); in resetNetwork()
239 .validateUiObject(resetSettingsButton2, AutomotiveConfigConstants.RESET_SETTINGS); in resetNetwork()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java218 public static final String RESET_SETTINGS = "RESET_SETTINGS"; field in AutomotiveConfigConstants