Searched refs:getProfileConnectionState (Results 1 – 4 of 4) sorted by relevance
104 assertThat(BluetoothAdapter.getDefaultAdapter().getProfileConnectionState( in testOnBluetoothHfpStateChange()114 assertThat(BluetoothAdapter.getDefaultAdapter().getProfileConnectionState( in testOnBluetoothHfpStateChange()
76 int state = mBluetoothAdapter.getProfileConnectionState( in updateState()
1129 public int getProfileConnectionState(int profile) { in getProfileConnectionState() method in AdapterService.AdapterServiceBinder1139 return service.getProfileConnectionState(profile); in getProfileConnectionState()2005 int getProfileConnectionState(int profile) { in getProfileConnectionState() method in AdapterService2008 return mAdapterProperties.getProfileConnectionState(profile); in getProfileConnectionState()
558 int getProfileConnectionState(int profile) { in getProfileConnectionState() method in AdapterProperties