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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcAsyncChannel.java45 public static final int RSP_GET_CID = BASE + 3; field in class:DcAsyncChannel
68 sCmdToString[RSP_GET_CID - BASE] = "RSP_GET_CID";
171 * Evaluate a RSP_GET_CID message and return the cid.
189 if ((response != null) && (response.what == RSP_GET_CID)) {
H A DDataConnection.java1289 mAc.replyToMessage(msg, DcAsyncChannel.RSP_GET_CID, cid);

Completed in 98 milliseconds