Searched defs:getConnectionState (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java306 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothA2dp
311 return mService.getConnectionState(device);
H A DBluetoothProfile.java154 public int getConnectionState(BluetoothDevice device); method in interface:BluetoothProfile
H A DBluetoothInputDevice.java381 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothInputDevice
385 return mService.getConnectionState(device);
H A DBluetoothPan.java303 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothPan
308 return mPanService.getConnectionState(device);
H A DBluetoothHeadset.java424 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHeadset
425 if (VDBG) log("getConnectionState(" + device + ")");
429 return mService.getConnectionState(device);
H A DBluetoothHealth.java352 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHealth
H A DBluetoothAdapter.java863 public int getConnectionState() { method in class:BluetoothAdapter
869 } catch (RemoteException e) {Log.e(TAG, "getConnectionState:", e);}

Completed in 356 milliseconds