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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java251 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothA2dp
256 return mService.getConnectionState(device);
H A DBluetoothInputDevice.java238 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothInputDevice
H A DBluetoothPan.java257 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothPan
H A DBluetoothProfile.java154 public int getConnectionState(BluetoothDevice device); method in interface:BluetoothProfile
H A DBluetoothHeadset.java366 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHeadset
367 if (DBG) log("getConnectionState(" + device + ")");
371 return mService.getConnectionState(device);
H A DBluetoothHealth.java317 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHealth
H A DBluetoothAdapter.java779 public int getConnectionState() { method in class:BluetoothAdapter
783 } catch (RemoteException e) {Log.e(TAG, "getConnectionState:", e);}
/frameworks/base/core/java/android/server/
H A DBluetoothA2dpService.java221 int state = getConnectionState(device);
272 if (getConnectionState(sinkDevice) != BluetoothProfile.STATE_DISCONNECTED) {
323 int state = getConnectionState(device);
341 int state = getConnectionState(device);
392 public synchronized int getConnectionState(BluetoothDevice device) { method in class:BluetoothA2dpService
411 int sinkState = getConnectionState(device);
583 int state = getConnectionState(device);

Completed in 110 milliseconds