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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionAc.java65 public static final int RSP_RESET = BASE + 15; field in class:DataConnectionAc
107 sCmdToString[RSP_RESET - BASE] = "RSP_RESET";
420 * Response RSP_RESET when complete
432 if ((response != null) && (response.what == RSP_RESET)) {

Completed in 233 milliseconds