OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSP_RESET
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionAc.java
65
public static final int
RSP_RESET
= BASE + 15;
375
* Response
RSP_RESET
when complete
387
if ((response != null) && (response.what ==
RSP_RESET
)) {
DataConnection.java
652
mAc.replyToMessage(msg, DataConnectionAc.
RSP_RESET
);
791
log("DcInactiveState: msg.what=
RSP_RESET
, ignore we're already reset");
793
mAc.replyToMessage(msg, DataConnectionAc.
RSP_RESET
);
[
all
...]
Completed in 17 milliseconds