Searched defs:Connecting (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java24 * (Connecting) |
116 private final Connecting mConnecting;
1254 mConnecting = new Connecting();
1395 Log.w(TAG, "HFPClient Connecting from Disconnected state");
1432 private class Connecting extends State { class in class:HeadsetClientStateMachine
1435 Log.d(TAG, "Enter Connecting: " + getCurrentMessage().what);
1440 Log.d(TAG, "Connecting process message: " + message.what);
1452 Log.d(TAG, "Connecting: event type: " + event.type);
1456 Log.d(TAG, "Connecting: Connection " + event.device + " state changed:"
1482 Log.e(TAG, "Connecting
[all...]

Completed in 70 milliseconds