Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java510 public int getProfileConnectionState(LocalBluetoothProfile profile) { in getProfileConnectionState() method in CachedBluetoothDevice
750 int status = getProfileConnectionState(profile); in isConnected()
761 int status = getProfileConnectionState(profile); in isConnectedProfile()
769 int status = getProfileConnectionState(profile); in isBusy()
1045 int connectionStatus = getProfileConnectionState(profile); in getMaxConnectionState()
1085 int connectionStatus = getProfileConnectionState(profile); in getConnectionSummary()
1240 int connectionStatus = getProfileConnectionState(profile); in getCarConnectionSummary()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceTest.java933 assertThat(mCachedDevice.getProfileConnectionState(null)).isEqualTo( in getProfileConnectionState_nullProfile_returnDisconnected()
942 assertThat(mCachedDevice.getProfileConnectionState(mA2dpProfile)).isEqualTo( in getProfileConnectionState_profileConnected_returnConnected()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5818 method public int getProfileConnectionState(int);