Searched refs:getProfileConnectionState (Results 1 – 3 of 3) sorted by relevance
510 public int getProfileConnectionState(LocalBluetoothProfile profile) { in getProfileConnectionState() method in CachedBluetoothDevice750 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()
933 assertThat(mCachedDevice.getProfileConnectionState(null)).isEqualTo( in getProfileConnectionState_nullProfile_returnDisconnected()942 assertThat(mCachedDevice.getProfileConnectionState(mA2dpProfile)).isEqualTo( in getProfileConnectionState_profileConnected_returnConnected()
5818 method public int getProfileConnectionState(int);