Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSystemHelperImpl.java223 getUiElementFromConfig(AutomotiveConfigConstants.RESET_NETWORK)); in resetNetwork()
226 .validateUiObject(resetNetworkMenu, AutomotiveConfigConstants.RESET_NETWORK); in resetNetwork()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java217 public static final String RESET_NETWORK = "RESET_NETWORK"; field in AutomotiveConfigConstants