HomeSort by relevance Sort by last modified time
    Searched refs:RSP_GET_RECONNECT_INTENT (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionAc.java 83 public static final int RSP_GET_RECONNECT_INTENT = BASE + 27;
504 * Response RSP_GET_RECONNECT_INTENT when complete.
529 if ((response != null) && (response.what == RSP_GET_RECONNECT_INTENT)) {
DataConnection.java 691 mAc.replyToMessage(msg, DataConnectionAc.RSP_GET_RECONNECT_INTENT,
    [all...]

Completed in 26 milliseconds