OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSP_IS_IDLE_OR_DEACTING_STATE
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcSwitchAsyncChannel.java
43
static final int
RSP_IS_IDLE_OR_DEACTING_STATE
= BASE + 7;
45
private static final int CMD_TO_STRING_COUNT =
RSP_IS_IDLE_OR_DEACTING_STATE
- BASE + 1;
55
sCmdToString[
RSP_IS_IDLE_OR_DEACTING_STATE
- BASE] = "
RSP_IS_IDLE_OR_DEACTING_STATE
";
148
if ((response != null) && (response.what ==
RSP_IS_IDLE_OR_DEACTING_STATE
)) {
DcSwitchState.java
433
mAc.replyToMessage(msg, DcSwitchAsyncChannel.
RSP_IS_IDLE_OR_DEACTING_STATE
, val ? 1 : 0);
Completed in 35 milliseconds