HomeSort by relevance Sort by last modified time
    Searched defs:getConnectionState (Results 1 - 21 of 21) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 154 public int getConnectionState(BluetoothDevice device);
BluetoothA2dp.java 306 public int getConnectionState(BluetoothDevice device) {
311 return mService.getConnectionState(device);
BluetoothInputDevice.java 381 public int getConnectionState(BluetoothDevice device) {
385 return mService.getConnectionState(device);
BluetoothPan.java 303 public int getConnectionState(BluetoothDevice device) {
308 return mPanService.getConnectionState(device);
BluetoothHeadset.java 424 public int getConnectionState(BluetoothDevice device) {
425 if (VDBG) log("getConnectionState(" + device + ")");
429 return mService.getConnectionState(device);
    [all...]
BluetoothHealth.java 352 public int getConnectionState(BluetoothDevice device) {
BluetoothAdapter.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 62 handleConnectionStateChange(adapter.getConnectionState());
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 115 int connectionState = mStateMachine.getConnectionState(device);
128 int connectionState = mStateMachine.getConnectionState(device);
148 int getConnectionState(BluetoothDevice device) {
150 return mStateMachine.getConnectionState(device);
229 public int getConnectionState(BluetoothDevice device) {
232 return service.getConnectionState(device);
A2dpStateMachine.java 584 int getConnectionState(BluetoothDevice device) {
666 connectionState = getConnectionState(device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 163 public int getConnectionState(BluetoothDevice device) {
166 return service.getConnectionState(device);
317 int connectionState = mStateMachine.getConnectionState(device);
330 int connectionState = mStateMachine.getConnectionState(device);
350 int getConnectionState(BluetoothDevice device) {
352 return mStateMachine.getConnectionState(device);
376 int connectionState = mStateMachine.getConnectionState(device);
390 int connectionState = mStateMachine.getConnectionState(device);
453 int connectionState = mStateMachine.getConnectionState(device);
463 int connectionState = mStateMachine.getConnectionState(device)
    [all...]
HeadsetStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 185 int getConnectionState() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 313 public int getConnectionState(BluetoothDevice device) {
316 return service.getConnectionState(device);
383 if (getConnectionState(device) != BluetoothInputDevice.STATE_DISCONNECTED) {
404 int getConnectionState(BluetoothDevice device) {
416 int inputDeviceState = getConnectionState(device);
450 int state = this.getConnectionState(device);
464 int state = this.getConnectionState(device);
476 int state = this.getConnectionState(device);
490 int state = this.getConnectionState(device);
508 int state = this.getConnectionState(device)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 202 public int getConnectionState(BluetoothDevice device) {
205 return service.getConnectionState(device);
245 if (getConnectionState(device) != BluetoothProfile.STATE_DISCONNECTED) {
261 int getConnectionState(BluetoothDevice device) {
306 int panDeviceState = getConnectionState(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 457 return getConnectionState(device);
755 private int getConnectionState(BluetoothDevice device) {
766 int healthDeviceState = getConnectionState(device);
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 793 milliseconds