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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java180 static final int EVENT_DISCONNECT_ALL = BASE + 6; field in class:DataConnection
203 sCmdToString[EVENT_DISCONNECT_ALL - BASE] = "EVENT_DISCONNECT_ALL";
1193 case EVENT_DISCONNECT_ALL:
1195 log("DcDefaultState deferring msg.what=EVENT_DISCONNECT_ALL RefCount="
1387 case EVENT_DISCONNECT_ALL:
1388 if (DBG) log("DcInactiveState: msg.what=EVENT_DISCONNECT_ALL");
1580 hasMessages(EVENT_DISCONNECT_ALL) ||
1582 hasDeferredMessages(EVENT_DISCONNECT_ALL)) {
1690 case EVENT_DISCONNECT_ALL
[all...]

Completed in 396 milliseconds