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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionAc.java80 public static final int RSP_SET_RECONNECT_INTENT = BASE + 25; field in class:DataConnectionAc
117 sCmdToString[RSP_SET_RECONNECT_INTENT - BASE] = "RSP_SET_RECONNECT_INTENT";
526 * Response RSP_SET_RECONNECT_INTENT when complete.
540 if ((response != null) && (response.what == RSP_SET_RECONNECT_INTENT)) {

Completed in 58 milliseconds