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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java 44 public static final int REQ_GET_CID = BASE + 2;
67 sCmdToString[REQ_GET_CID - BASE] = "REQ_GET_CID";
164 sendMessage(REQ_GET_CID);
186 Message response = sendMessageSynchronously(REQ_GET_CID);
DataConnection.java     [all...]

Completed in 6333 milliseconds