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

  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionAc.java 80 public static final int RSP_SET_RECONNECT_INTENT = BASE + 25;
481 * Response RSP_SET_RECONNECT_INTENT when complete.
495 if ((response != null) && (response.what == RSP_SET_RECONNECT_INTENT)) {
DataConnection.java 686 mAc.replyToMessage(msg, DataConnectionAc.RSP_SET_RECONNECT_INTENT);
    [all...]

Completed in 39 milliseconds