Home
last modified time | relevance | path

Searched refs:getProfileConnectionState (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java322 public int getProfileConnectionState(LocalBluetoothProfile profile) { in getProfileConnectionState() method in CachedBluetoothDevice
518 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()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceTest.java873 assertThat(mCachedDevice.getProfileConnectionState(null)).isEqualTo( in getProfileConnectionState_nullProfile_returnDisconnected()
882 assertThat(mCachedDevice.getProfileConnectionState(mA2dpProfile)).isEqualTo( in getProfileConnectionState_profileConnected_returnConnected()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java2348 public int getProfileConnectionState(int profile) { in getProfileConnectionState() method in BluetoothAdapter
2355 return mService.getProfileConnectionState(profile); in getProfileConnectionState()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5818 method public int getProfileConnectionState(int);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10930 Landroid/bluetooth/IBluetooth$Stub$Proxy;->getProfileConnectionState(I)I
11063 Landroid/bluetooth/IBluetooth;->getProfileConnectionState(I)I
/frameworks/base/non-updatable-api/
Dcurrent.txt7971 …equiresPermission(android.Manifest.permission.BLUETOOTH) public int getProfileConnectionState(int);
/frameworks/base/api/
Dcurrent.txt7971 …equiresPermission(android.Manifest.permission.BLUETOOTH) public int getProfileConnectionState(int);