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

  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionAc.java 82 public static final int REQ_GET_RECONNECT_INTENT = BASE + 26;
507 Message response = sendMessageSynchronously(REQ_GET_RECONNECT_INTENT);
528 Message response = sendMessageSynchronously(REQ_GET_RECONNECT_INTENT);
DataConnection.java 689 case DataConnectionAc.REQ_GET_RECONNECT_INTENT: {
690 if (VDBG) log("REQ_GET_RECONNECT_INTENT");
    [all...]

Completed in 17 milliseconds