Searched refs:getProfileConnectionState (Results 1 – 7 of 7) sorted by relevance
322 public int getProfileConnectionState(LocalBluetoothProfile profile) { in getProfileConnectionState() method in CachedBluetoothDevice518 int status = getProfileConnectionState(profile); in isConnected()529 int status = getProfileConnectionState(profile); in isConnectedProfile()537 int status = getProfileConnectionState(profile); in isBusy()801 int connectionStatus = getProfileConnectionState(profile); in getMaxConnectionState()836 int connectionStatus = getProfileConnectionState(profile); in getConnectionSummary()944 int connectionStatus = getProfileConnectionState(profile); in getCarConnectionSummary()
873 assertThat(mCachedDevice.getProfileConnectionState(null)).isEqualTo( in getProfileConnectionState_nullProfile_returnDisconnected()882 assertThat(mCachedDevice.getProfileConnectionState(mA2dpProfile)).isEqualTo( in getProfileConnectionState_profileConnected_returnConnected()
2348 public int getProfileConnectionState(int profile) { in getProfileConnectionState() method in BluetoothAdapter2355 return mService.getProfileConnectionState(profile); in getProfileConnectionState()
5818 method public int getProfileConnectionState(int);
10930 Landroid/bluetooth/IBluetooth$Stub$Proxy;->getProfileConnectionState(I)I11063 Landroid/bluetooth/IBluetooth;->getProfileConnectionState(I)I
7971 …equiresPermission(android.Manifest.permission.BLUETOOTH) public int getProfileConnectionState(int);