Searched refs:RSP_GET_CID (Results 1 – 2 of 2) sorted by relevance
45 public static final int RSP_GET_CID = BASE + 3; field in DcAsyncChannel68 sCmdToString[RSP_GET_CID - BASE] = "RSP_GET_CID";187 if ((response != null) && (response.what == RSP_GET_CID)) { in getCidSync()
1131 mAc.replyToMessage(msg, DcAsyncChannel.RSP_GET_CID, cid); in processMessage()