Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetooth.aidl55 int getProfileConnectionState(int profile); in getProfileConnectionState() method
DBluetoothAdapter.java1049 public int getProfileConnectionState(int profile) { in getProfileConnectionState() method in BluetoothAdapter
1053 if (mService != null) return mService.getProfileConnectionState(profile); in getProfileConnectionState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java196 final int profileState = mAdapter.getProfileConnectionState(profile); in connect()
/frameworks/base/api/
Dcurrent.txt5787 method public int getProfileConnectionState(int);