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

  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionAc.java 67 public static final int REQ_GET_REFCOUNT = BASE + 16;
182 sendMessage(REQ_GET_REFCOUNT);
202 Message response = sendMessageSynchronously(REQ_GET_REFCOUNT);
DataConnection.java 655 case DataConnectionAc.REQ_GET_REFCOUNT: {
656 if (VDBG) log("REQ_GET_REFCOUNT refCount=" + mRefCount);
    [all...]

Completed in 34 milliseconds