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.java270 final AtomicLong mRadioProxyCookie = new AtomicLong(0); field in RIL
379 " mRadioProxyCookie = " + mRadioProxyCookie.get()); in handleMessage()
380 if ((long) msg.obj == mRadioProxyCookie.get()) { in handleMessage()
435 mRadioProxyCookie.incrementAndGet(); in resetProxyAndRequestList()
543 mRadioProxyCookie.incrementAndGet()); in getRadioProxy()