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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java213 static final int EVENT_LOST_CONNECTION = BASE + 9; field in class:DataConnection
237 sCmdToString[EVENT_LOST_CONNECTION - BASE] = "EVENT_LOST_CONNECTION";
1217 case EVENT_LOST_CONNECTION:
1219 String s = "DcDefaultState ignore EVENT_LOST_CONNECTION"
1906 case EVENT_LOST_CONNECTION: {
1908 log("DcActiveState EVENT_LOST_CONNECTION dc=" + DataConnection.this);
1914 log("DcActiveState EVENT_LOST_CONNECTION startRetryAlarm"

Completed in 69 milliseconds