OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REQ_GET_LINK_PROPERTIES
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionAc.java
52
public static final int
REQ_GET_LINK_PROPERTIES
= BASE + 6;
252
sendMessage(
REQ_GET_LINK_PROPERTIES
);
274
Message response = sendMessageSynchronously(
REQ_GET_LINK_PROPERTIES
);
DataConnection.java
618
case DataConnectionAc.
REQ_GET_LINK_PROPERTIES
: {
620
if (VDBG) log("
REQ_GET_LINK_PROPERTIES
linkProperties" + lp);
[
all
...]
Completed in 26 milliseconds