Searched refs:BluetoothAdapterSnippetException (Results 1 – 1 of 1) sorted by relevance
51 private static class BluetoothAdapterSnippetException extends Exception { class in BluetoothAdapterSnippet55 public BluetoothAdapterSnippetException(String msg) { in BluetoothAdapterSnippetException() method in BluetoothAdapterSnippet.BluetoothAdapterSnippetException59 public BluetoothAdapterSnippetException(String msg, Throwable err) { in BluetoothAdapterSnippetException() method in BluetoothAdapterSnippet.BluetoothAdapterSnippetException118 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 …]