OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSP_GET_CID
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java
45
public static final int
RSP_GET_CID
= BASE + 3;
68
sCmdToString[
RSP_GET_CID
- BASE] = "
RSP_GET_CID
";
169
* Evaluate a
RSP_GET_CID
message and return the cid.
187
if ((response != null) && (response.what ==
RSP_GET_CID
)) {
DataConnection.java
838
mAc.replyToMessage(msg, DcAsyncChannel.
RSP_GET_CID
, cid);
[
all
...]
Completed in 194 milliseconds