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.java194 final AtomicLong mRadioProxyCookie = new AtomicLong(0); field in RIL
293 " mRadioProxyCookie = " + mRadioProxyCookie.get()); in handleMessage()
294 if ((long) msg.obj == mRadioProxyCookie.get()) { in handleMessage()
339 mRadioProxyCookie.incrementAndGet(); in resetProxyAndRequestList()
373 mRadioProxyCookie.incrementAndGet()); in getRadioProxy()