HomeSort by relevance Sort by last modified time
    Searched refs:RSP_GET_CID (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java 45 public static final int RSP_GET_CID = BASE + 3;
68 sCmdToString[RSP_GET_CID - BASE] = "RSP_GET_CID";
169 * Evaluate a RSP_GET_CID message and return the cid.
187 if ((response != null) && (response.what == RSP_GET_CID)) {
DataConnection.java     [all...]

Completed in 36 milliseconds