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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothManager.java97 public int getConnectionState(BluetoothDevice device, int profile) { method in class:BluetoothManager
98 if (DBG) Log.d(TAG, "getConnectionState()");
H A DBluetoothAvrcpController.java218 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothAvrcpController
223 return service.getConnectionState(device);
H A DBluetoothPbap.java233 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothPbap
234 log("getConnectionState: device=" + device);
241 return service.getConnectionState(device);
274 return getConnectionState(device) == BluetoothAdapter.STATE_CONNECTED;
H A DBluetoothPbapClient.java274 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothPbapClient
276 log("getConnectionState(" + device + ")");
281 return service.getConnectionState(device);
H A DBluetoothSap.java346 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothSap
347 if (DBG) log("getConnectionState(" + device + ")");
351 return service.getConnectionState(device);
H A DBluetoothA2dpSink.java338 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothA2dpSink
343 return service.getConnectionState(device);
H A DBluetoothGattServer.java817 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothGattServer
818 throw new UnsupportedOperationException("Use BluetoothManager#getConnectionState instead.");
H A DBluetoothHearingAid.java364 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHearingAid
370 return mService.getConnectionState(device);
H A DBluetoothMap.java317 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothMap
318 if (DBG) log("getConnectionState(" + device + ")");
322 return service.getConnectionState(device);
H A DBluetoothMapClient.java281 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothMapClient
282 if (DBG) Log.d(TAG, "getConnectionState(" + device + ")");
286 return service.getConnectionState(device);
H A DBluetoothPan.java336 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothPan
341 return service.getConnectionState(device);
H A DBluetoothProfile.java254 public int getConnectionState(BluetoothDevice device); method in interface:BluetoothProfile
H A DBluetoothA2dp.java423 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothA2dp
429 return mService.getConnectionState(device);
H A DBluetoothHealth.java349 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHealth
H A DBluetoothHidDevice.java528 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHidDevice
532 return service.getConnectionState(device);
H A DBluetoothHidHost.java429 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHidHost
434 return service.getConnectionState(device);
H A DBluetoothGatt.java1550 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothGatt
1551 throw new UnsupportedOperationException("Use BluetoothManager#getConnectionState instead.");
H A DBluetoothHeadset.java541 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHeadset
542 if (VDBG) log("getConnectionState(" + device + ")");
546 return service.getConnectionState(device);
H A DBluetoothHeadsetClient.java567 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHeadsetClient
568 if (VDBG) log("getConnectionState(" + device + ")");
572 return service.getConnectionState(device);
H A DBluetoothAdapter.java1858 public int getConnectionState() { method in class:BluetoothAdapter
1868 Log.e(TAG, "getConnectionState:", e);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothAdapter.java135 public int getConnectionState() { method in class:LocalBluetoothAdapter
136 return mAdapter.getConnectionState();
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DMediaRouteDescriptor.java137 * @deprecated Use {@link #getConnectionState} instead
152 public int getConnectionState() { method in class:MediaRouteDescriptor
317 result.append(", connectionState=").append(getConnectionState());
H A DMediaRouter.java826 * @see #getConnectionState
834 * @see #getConnectionState
841 * @see #getConnectionState
1036 public int getConnectionState() { method in class:MediaRouter.RouteInfo
1509 if (mConnectionState != descriptor.getConnectionState()) {
1510 mConnectionState = descriptor.getConnectionState();
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DMediaRouteDescriptor.java141 * @deprecated Use {@link #getConnectionState} instead
156 public int getConnectionState() { method in class:MediaRouteDescriptor
321 result.append(", connectionState=").append(getConnectionState());
H A DMediaRouter.java827 * @see #getConnectionState
835 * @see #getConnectionState
842 * @see #getConnectionState
1037 public int getConnectionState() { method in class:MediaRouter.RouteInfo
1510 if (mConnectionState != descriptor.getConnectionState()) {
1511 mConnectionState = descriptor.getConnectionState();

Completed in 5352 milliseconds