Home | History | Annotate | Download | only in hfpclient

Lines Matching refs:Connecting

24  *                   (Connecting) |
108 private final Connecting mConnecting;
1262 mConnecting = new Connecting();
1384 Log.w(TAG, "HFPClient Connecting from Disconnected state");
1421 private class Connecting extends State {
1424 Log.d(TAG, "Enter Connecting: " + getCurrentMessage().what);
1429 Log.d(TAG, "Connecting process message: " + message.what);
1441 Log.d(TAG, "Connecting: event type: " + event.type);
1445 Log.d(TAG, "Connecting: Connection " + event.device + " state changed:"
1471 Log.e(TAG, "Connecting: ignoring stack event: " + event.type);
1481 // in Connecting state
1491 Log.w(TAG, "HFPClient Connected from Connecting state");
1528 /* outgoing connecting started */
1540 Log.d(TAG, "Exit Connecting: " + getCurrentMessage().what);