Home
last modified time | relevance | path

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

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DChannel.java176 private final AtomicInteger mMsgCount = new AtomicInteger(0); field in Channel
251 mMsgCount.incrementAndGet(); in Channel()
288 return mMsgCount.get(); in getMsgSentCount()