Home
last modified time | relevance | path

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

/aosp_15_r20/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/
H A DBluetoothAdapterSnippet.java51 private static class BluetoothAdapterSnippetException extends Exception { class in BluetoothAdapterSnippet
55 public BluetoothAdapterSnippetException(String msg) { in BluetoothAdapterSnippetException() method in BluetoothAdapterSnippet.BluetoothAdapterSnippetException
59 public BluetoothAdapterSnippetException(String msg, Throwable err) { in BluetoothAdapterSnippetException() method in BluetoothAdapterSnippet.BluetoothAdapterSnippetException
118 private static UiDevice getUiDevice() throws BluetoothAdapterSnippetException { in getUiDevice()
122 throw new BluetoothAdapterSnippetException("Failed to get UiDevice. Please ensure that " in getUiDevice()
128 public void btEnable() throws BluetoothAdapterSnippetException, InterruptedException { in btEnable()
147 throw new BluetoothAdapterSnippetException("Failed to start enabling bluetooth."); in btEnable()
152 throw new BluetoothAdapterSnippetException( in btEnable()
159 public void btDisable() throws BluetoothAdapterSnippetException, InterruptedException { in btDisable()
165 throw new BluetoothAdapterSnippetException("Failed to start disabling bluetooth."); in btDisable()
[all …]