Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java679 log("Connection state " + mDevice + ": " + profileStateToString(prevState) in broadcastConnectionState()
680 + "->" + profileStateToString(newState)); in broadcastConnectionState()
744 private static String profileStateToString(int state) { in profileStateToString() method in A2dpStateMachine
778 ProfileService.println(sb, " mConnectionState: " + profileStateToString(mConnectionState) in dump()
779 + ", mLastConnectionState: " + profileStateToString(mLastConnectionState)); in dump()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioStateMachine.java521 log("Connection state " + mDevice + ": " + profileStateToString(prevState) in broadcastConnectionState()
522 + "->" + profileStateToString(newState)); in broadcastConnectionState()
549 private static String profileStateToString(int state) { in profileStateToString() method in LeAudioStateMachine
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidStateMachine.java520 log("Connection state " + mDevice + ": " + profileStateToString(prevState) in broadcastConnectionState()
521 + "->" + profileStateToString(newState)); in broadcastConnectionState()
548 private static String profileStateToString(int state) { in profileStateToString() method in HearingAidStateMachine