Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java606 updateProfileConnectionState(profile, state, prevState); in sendConnectionStateChange()
720 private void updateProfileConnectionState(int profile, int newState, int oldState) { in updateProfileConnectionState() method in AdapterProperties