Home
last modified time | relevance | path

Searched refs:mRadioProxyCookie (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java271 final AtomicLong mRadioProxyCookie = new AtomicLong(0); field in RIL
380 " mRadioProxyCookie = " + mRadioProxyCookie.get()); in handleMessage()
381 if ((long) msg.obj == mRadioProxyCookie.get()) { in handleMessage()
436 mRadioProxyCookie.incrementAndGet(); in resetProxyAndRequestList()
544 mRadioProxyCookie.incrementAndGet()); in getRadioProxy()