Searched defs:RSP_GET_REFCOUNT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDataConnectionAc.java68 public static final int RSP_GET_REFCOUNT = BASE + 17; field in class:DataConnectionAc
187 * Evaluate a RSP_GET_REFCOUNT message and return the refCount.
203 if ((response != null) && (response.what == RSP_GET_REFCOUNT)) {

Completed in 161 milliseconds