Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java338 public int getProfileConnectionState(LocalBluetoothProfile profile) { in getProfileConnectionState() method in CachedBluetoothDevice
450 int status = getProfileConnectionState(profile); in isConnected()
460 int status = getProfileConnectionState(profile); in isConnectedProfile()
467 int status = getProfileConnectionState(profile); in isBusy()
819 int connectionStatus = getProfileConnectionState(profile); in getMaxConnectionState()
836 int connectionStatus = getProfileConnectionState(profile); in getConnectionSummary()
/frameworks/base/core/java/android/bluetooth/
DIBluetooth.aidl55 int getProfileConnectionState(int profile); in getProfileConnectionState() method
DBluetoothAdapter.java1462 public int getProfileConnectionState(int profile) { in getProfileConnectionState() method in BluetoothAdapter
1466 if (mService != null) return mService.getProfileConnectionState(profile); in getProfileConnectionState()
/frameworks/base/api/
Dcurrent.txt6283 method public int getProfileConnectionState(int);
Dsystem-current.txt6497 method public int getProfileConnectionState(int);