Searched refs:REQ_GET_CID (Results 1 – 2 of 2) sorted by relevance
44 public static final int REQ_GET_CID = BASE + 2; field in DcAsyncChannel67 sCmdToString[REQ_GET_CID - BASE] = "REQ_GET_CID";164 sendMessage(REQ_GET_CID); in reqCid()186 Message response = sendMessageSynchronously(REQ_GET_CID); in getCidSync()
1128 case DcAsyncChannel.REQ_GET_CID: { in processMessage()