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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java64 private static final int EVENT_DISCONNECT = 100; field in class:CallManager
578 phone.registerForDisconnect(handler, EVENT_DISCONNECT,
2247 case EVENT_DISCONNECT:
2248 if (VDBG) Rlog.d(LOG_TAG, " handleMessage (EVENT_DISCONNECT)");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java178 static final int EVENT_DISCONNECT = BASE + 4; field in class:DataConnection
201 sCmdToString[EVENT_DISCONNECT - BASE] = "EVENT_DISCONNECT";
1185 case EVENT_DISCONNECT:
1187 log("DcDefaultState deferring msg.what=EVENT_DISCONNECT RefCount="
1381 case EVENT_DISCONNECT:
1382 if (DBG) log("DcInactiveState: msg.what=EVENT_DISCONNECT");
1553 * The state machine is connected, expecting an EVENT_DISCONNECT.
1579 if (hasMessages(EVENT_DISCONNECT) ||
1581 hasDeferredMessages(EVENT_DISCONNECT) ||
[all...]

Completed in 64 milliseconds