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

  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionAc.java 79 public static final int REQ_SET_RECONNECT_INTENT = BASE + 24;
484 Message response = sendMessageSynchronously(REQ_SET_RECONNECT_INTENT, intent);
494 Message response = sendMessageSynchronously(REQ_SET_RECONNECT_INTENT, intent);
DataConnection.java 682 case DataConnectionAc.REQ_SET_RECONNECT_INTENT: {
684 if (VDBG) log("REQ_SET_RECONNECT_INTENT");
    [all...]

Completed in 16 milliseconds