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.java183 static final int EVENT_LOST_CONNECTION = BASE + 9; field in class:DataConnection
206 sCmdToString[EVENT_LOST_CONNECTION - BASE] = "EVENT_LOST_CONNECTION";
1206 case EVENT_LOST_CONNECTION:
1208 String s = "DcDefaultState ignore EVENT_LOST_CONNECTION"
1704 case EVENT_LOST_CONNECTION: {
1706 log("DcActiveState EVENT_LOST_CONNECTION dc=" + DataConnection.this);

Completed in 348 milliseconds