Searched refs:mNumP2pDetected (Results 1 – 1 of 1) sorted by relevance
295 AtomicInteger mNumP2pDetected; field in NfcService417 mNumP2pDetected.incrementAndGet(); in onLlcpFirstPacketReceived()516 mNumP2pDetected = new AtomicInteger(); in NfcService()2712 if (mNumP2pDetected.get() > 0) { in handleMessage()2713 MetricsLogger.count(mContext, TRON_NFC_P2P, mNumP2pDetected.get()); in handleMessage()2714 mNumP2pDetected.set(0); in handleMessage()3373 proto.write(NfcServiceDumpProto.NUM_P2P_DETECTED, mNumP2pDetected.get()); in dumpDebug()