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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcAsyncChannel.java42 public static final int RSP_IS_INACTIVE = BASE + 1; field in class:DcAsyncChannel
66 sCmdToString[RSP_IS_INACTIVE - BASE] = "RSP_IS_INACTIVE";
129 * Evaluate RSP_IS_INACTIVE.
147 if ((response != null) && (response.what == RSP_IS_INACTIVE)) {

Completed in 225 milliseconds