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

  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionAc.java 68 public static final int RSP_GET_REFCOUNT = BASE + 17;
187 * Evaluate a RSP_GET_REFCOUNT message and return the refCount.
203 if ((response != null) && (response.what == RSP_GET_REFCOUNT)) {
DataConnection.java 657 mAc.replyToMessage(msg, DataConnectionAc.RSP_GET_REFCOUNT, mRefCount);
    [all...]

Completed in 15 milliseconds