OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSP_IS_INACTIVE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionAc.java
44
public static final int
RSP_IS_INACTIVE
= BASE + 1;
120
* Evaluate
RSP_IS_INACTIVE
.
135
if ((response != null) && (response.what ==
RSP_IS_INACTIVE
)) {
DataConnection.java
605
mAc.replyToMessage(msg, DataConnectionAc.
RSP_IS_INACTIVE
, val ? 1 : 0);
[
all
...]
Completed in 15 milliseconds