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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnection.java211 protected static final int EVENT_DISCONNECT_ALL = BASE + 6; field in class:DataConnection
213 private static final int CMD_TO_STRING_COUNT = EVENT_DISCONNECT_ALL - BASE + 1;
223 sCmdToString[EVENT_DISCONNECT_ALL - BASE] = "EVENT_DISCONNECT_ALL";
783 case EVENT_DISCONNECT_ALL:
785 log("DcDefaultState deferring msg.what=EVENT_DISCONNECT_ALL" + mRefCount);
900 case EVENT_DISCONNECT_ALL:
901 if (DBG) log("DcInactiveState: msg.what=EVENT_DISCONNECT_ALL");
1085 case EVENT_DISCONNECT_ALL:
1087 log("DcActiveState msg.what=EVENT_DISCONNECT_ALL RefCoun
[all...]

Completed in 7 milliseconds