Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/home-helper/src/android/platform/helpers/
DHomeHelperImpl.java214 getUiElementFromConfig(AutomotiveConfigConstants.HOME_TEMPERATURE_BUTTON); in hasTemperatureWidget()
218 temperature.get(0), AutomotiveConfigConstants.HOME_TEMPERATURE_BUTTON); in hasTemperatureWidget()
221 temperature.get(1), AutomotiveConfigConstants.HOME_TEMPERATURE_BUTTON); in hasTemperatureWidget()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java118 public static final String HOME_TEMPERATURE_BUTTON = "HOME_TEMPERATURE_BUTTON"; field in AutomotiveConfigConstants