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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionAc.java83 public static final int RSP_GET_RECONNECT_INTENT = BASE + 27; field in class:DataConnectionAc
85 private static final int CMD_TO_STRING_COUNT = RSP_GET_RECONNECT_INTENT - BASE + 1;
119 sCmdToString[RSP_GET_RECONNECT_INTENT - BASE] = "RSP_GET_RECONNECT_INTENT";
549 * Response RSP_GET_RECONNECT_INTENT when complete.
574 if ((response != null) && (response.what == RSP_GET_RECONNECT_INTENT)) {

Completed in 126 milliseconds