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.java188 static final int EVENT_LOST_CONNECTION = BASE + 9; field in class:DataConnection
205 sCmdToString[EVENT_LOST_CONNECTION - BASE] = "EVENT_LOST_CONNECTION";
903 case EVENT_LOST_CONNECTION:
905 String s = "DcDefaultState ignore EVENT_LOST_CONNECTION"
1485 case EVENT_LOST_CONNECTION: {
1487 log("DcActiveState EVENT_LOST_CONNECTION dc=" + DataConnection.this);
1493 log("DcActiveState EVENT_LOST_CONNECTION startRetryAlarm"

Completed in 104 milliseconds