Home | History | Annotate | Download | only in pbapclient

Lines Matching refs:Disconnected

19  *                      (Disconnected)
21 * CONNECT | | DISCONNECTED
32 * Disconnected + CONNECT -> Connecting
37 * Disconnecting + DISCONNECTED -> (Safe) Disconnected
38 * Disconnecting + TIMEOUT -> (Force) Disconnected
95 // mCurrentDevice may only be changed in Disconnected State.
112 mDisconnected = new Disconnected();
125 class Disconnected extends State {
128 Log.d(TAG, "Enter Disconnected: " + getCurrentMessage().what);
357 if (currentState instanceof Disconnected) {
403 * Disconnected is the only state where device can change, and to prevent the race
404 * condition of reporting a valid device while disconnected fix the report here. Note that
408 if (getCurrentState() instanceof Disconnected) {