Searched refs:RSP_GET_CID (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDataConnectionAc.java47 public static final int RSP_GET_CID = BASE + 3; field in class:DataConnectionAc
91 sCmdToString[RSP_GET_CID - BASE] = "RSP_GET_CID";
198 * Evaluate a RSP_GET_CID message and return the cid.
214 if ((response != null) && (response.what == RSP_GET_CID)) {
H A DDataConnection.java668 mAc.replyToMessage(msg, DataConnectionAc.RSP_GET_CID, cid);

Completed in 58 milliseconds