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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientStateMachine.java23 * (Connecting) (Disconnecting)
32 * Disconnected + CONNECT -> Connecting
33 * Connecting + CONNECTED -> Connected
34 * Connecting + TIMEOUT -> Disconnecting
35 * Connecting + DISCONNECT -> Disconnecting
113 mConnecting = new Connecting();
136 class Connecting extends State { class in class:PbapClientStateMachine
141 if (DBG) Log.d(TAG, "Enter Connecting: " + getCurrentMessage().what);
193 Log.w(TAG, "Received unexpected message while Connecting");
359 } else if (currentState instanceof Connecting) {
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMceStateMachine.java23 * (Connecting) (Disconnecting)
31 * Disconnected + CONNECT -> Connecting
32 * Connecting + CONNECTED -> Connected
33 * Connecting + TIMEOUT -> Disconnecting
34 * Connecting + DISCONNECT/CONNECT -> Defer Message
134 mConnecting = new Connecting();
174 if (currentState.getClass() == Connecting.class) {
312 class Connecting extends State { class in class:MceStateMachine
315 if (DBG) Log.d(TAG, "Enter Connecting: " + getCurrentMessage().what);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java23 * (Connecting) |
116 private final Connecting mConnecting;
696 mConnecting = new Connecting();
837 Log.w(TAG, "HFPClient Connecting from Disconnected state");
874 class Connecting extends State { class in class:HeadsetClientStateMachine
878 Log.d(TAG, "Enter Connecting: " + getCurrentMessage().what);
889 Log.d(TAG, "Connecting process message: " + message.what);
901 Log.d(TAG, "Connecting: event type: " + event.type);
906 Log.d(TAG, "Connecting: Connection " + event.device + " state changed:"
931 Log.e(TAG, "Connecting
[all...]

Completed in 518 milliseconds