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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionAc.java44 public static final int RSP_IS_INACTIVE = BASE + 1; field in class:DataConnectionAc
89 sCmdToString[RSP_IS_INACTIVE - BASE] = "RSP_IS_INACTIVE";
165 * Evaluate RSP_IS_INACTIVE.
180 if ((response != null) && (response.what == RSP_IS_INACTIVE)) {

Completed in 31 milliseconds