Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java421 public int getProfileConnectionState(LocalBluetoothProfile profile) { in getProfileConnectionState() method in CachedBluetoothDevice
631 int status = getProfileConnectionState(profile); in isConnected()
642 int status = getProfileConnectionState(profile); in isConnectedProfile()
650 int status = getProfileConnectionState(profile); in isBusy()
911 int connectionStatus = getProfileConnectionState(profile); in getMaxConnectionState()
950 int connectionStatus = getProfileConnectionState(profile); in getConnectionSummary()
1063 int connectionStatus = getProfileConnectionState(profile); in getCarConnectionSummary()
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetooth.aidl98 int getProfileConnectionState(int profile); in getProfileConnectionState() method
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java887 assertThat(mCachedDevice.getProfileConnectionState(null)).isEqualTo( in getProfileConnectionState_nullProfile_returnDisconnected()
896 assertThat(mCachedDevice.getProfileConnectionState(mA2dpProfile)).isEqualTo( in getProfileConnectionState_profileConnected_returnConnected()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java631 int getProfileConnectionState(int profile) { in getProfileConnectionState() method in AdapterProperties
H A DAdapterService.java1583 public int getProfileConnectionState(int profile) { in getProfileConnectionState() method in AdapterService.AdapterServiceBinder
1591 return service.mAdapterProperties.getProfileConnectionState(profile); in getProfileConnectionState()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java2620 return mService.getProfileConnectionState(query);
2663 public int getProfileConnectionState(int profile) { in getProfileConnectionState() method in BluetoothAdapter
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt3458 HSPLandroid/bluetooth/BluetoothAdapter;->getProfileConnectionState(I)I
3554 HSPLandroid/bluetooth/IBluetooth$Stub$Proxy;->getProfileConnectionState(I)I
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt3456 HSPLandroid/bluetooth/BluetoothAdapter;->getProfileConnectionState(I)I
3552 HSPLandroid/bluetooth/IBluetooth$Stub$Proxy;->getProfileConnectionState(I)I
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10921 Landroid/bluetooth/IBluetooth$Stub$Proxy;->getProfileConnectionState(I)I
11054 Landroid/bluetooth/IBluetooth;->getProfileConnectionState(I)I
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt8651 …ermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getProfileConnectionState(int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt5818 method public int getProfileConnectionState(int);