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

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

Completed in 34 milliseconds