OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REQ_GET_CID
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionAc.java
46
public static final int
REQ_GET_CID
= BASE + 2;
148
sendMessage(
REQ_GET_CID
);
168
Message response = sendMessageSynchronously(
REQ_GET_CID
);
DataConnection.java
608
case DataConnectionAc.
REQ_GET_CID
: {
609
if (VDBG) log("
REQ_GET_CID
cid=" + cid);
[
all
...]
Completed in 17 milliseconds