Home
last modified time | relevance | path

Searched refs:hasBluetoothButton (Results 1 – 7 of 7) sorted by relevance

/platform_testing/tests/automotive/snippets/phone/src/com/google/android/mobly/snippet/bundled/
DStatusBarSnippet.java93 public boolean hasBluetoothButton() { in hasBluetoothButton() method in StatusBarSnippet
94 return mStatusBarHelper.get().hasBluetoothButton(); in hasBluetoothButton()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoHomeHelper.java42 boolean hasBluetoothButton(); in hasBluetoothButton() method
DIAutoStatusBarHelper.java87 boolean hasBluetoothButton(); in hasBluetoothButton() method
/platform_testing/tests/automotive/functional/statusbar/src/android/platform/tests/
DStatusBarTest.java50 assertTrue("Bluetooth Button is not displayed", mHomeHelper.get().hasBluetoothButton()); in testToverifyDefaultStatusbar()
/platform_testing/libraries/automotive-helpers/home-helper/src/android/platform/helpers/
DHomeHelperImpl.java52 public boolean hasBluetoothButton() { in hasBluetoothButton() method in HomeHelperImpl
/platform_testing/libraries/automotive-helpers/status-bar-helper/src/android/platform/helpers/
DStatusBarHelperImpl.java209 public boolean hasBluetoothButton() { in hasBluetoothButton() method in StatusBarHelperImpl
/platform_testing/tests/automotive/mobly_tests/utilities/
Dspectatio_utils.py583 return self.device.mbs.hasBluetoothButton()