Home
last modified time | relevance | path

Searched refs:BLUETOOTH (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DIQuickSettingsHelper.java35 BLUETOOTH("Bluetooth", 10000), enumConstant
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DQuickSettingsHelper.java49 "Auto-rotate screen"), BLUETOOTH("Bluetooth"), AIRPLANE("Airplane mode"), enumConstant
/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
DSettingsHelper.java58 private static final String BLUETOOTH = "Bluetooth"; field in SettingsHelper
467 By.descContains(BLUETOOTH).clazz(Switch.class)); in toggleBTOnOffAndVerify()