Searched refs:OutgoingHandsfree (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDeviceProfileState.java47 * {@link OutgoingHandsfree}: Handsfree profile connection is in a transition
100 private OutgoingHandsfree mOutgoingHandsfree = new OutgoingHandsfree();
446 private class OutgoingHandsfree extends State { class in class:BluetoothDeviceProfileState
452 Log.i(TAG, "Entering OutgoingHandsfree state with: " + getCurrentMessage().what);
456 Log.e(TAG, "Error: OutgoingHandsfree state with command:" + mCommand);
468 log("OutgoingHandsfree State -> Processing Message: " + message.what);

Completed in 61 milliseconds