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,
2252 case EVENT_DISCONNECT:
2253 if (VDBG) Rlog.d(LOG_TAG, " handleMessage (EVENT_DISCONNECT)");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java204 static final int EVENT_DISCONNECT = BASE + 4; field in class:DataConnection
233 sCmdToString[EVENT_DISCONNECT - BASE] = "EVENT_DISCONNECT";
1330 case EVENT_DISCONNECT:
1332 log("DcDefaultState deferring msg.what=EVENT_DISCONNECT RefCount="
1540 case EVENT_DISCONNECT:
1541 if (DBG) log("DcInactiveState: msg.what=EVENT_DISCONNECT");
1679 * The state machine is connected, expecting an EVENT_DISCONNECT.
1772 case EVENT_DISCONNECT: {
1775 log("DcActiveState: EVENT_DISCONNECT d
[all...]

Completed in 28 milliseconds