Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSystemHelperImpl.java257 getUiElementFromConfig(AutomotiveConfigConstants.RESET_APPS); in resetAppPreferences()
261 .validateUiObject(reset_apps_button, AutomotiveConfigConstants.RESET_APPS); in resetAppPreferences()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java220 public static final String RESET_APPS = "RESET_APPS"; field in AutomotiveConfigConstants