Searched defs:REQ_IS_INACTIVE (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcAsyncChannel.java41 public static final int REQ_IS_INACTIVE = BASE + 0; field in class:DcAsyncChannel
65 sCmdToString[REQ_IS_INACTIVE - BASE] = "REQ_IS_INACTIVE";
124 sendMessage(REQ_IS_INACTIVE);
146 Message response = sendMessageSynchronously(REQ_IS_INACTIVE);

Completed in 27 milliseconds