Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsBluetoothHelperImpl.java186 getUiElementFromConfig(AutomotiveConfigConstants.DEVICE_FORGET_BUTTON); in pressForget()
189 .validateUiObject(forgetButton, AutomotiveConfigConstants.DEVICE_FORGET_BUTTON); in pressForget()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java367 public static final String DEVICE_FORGET_BUTTON = "DEVICE_FORGET_BUTTON"; field in AutomotiveConfigConstants