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()2720 if (mNumP2pDetected.get() > 0) { in handleMessage()2721 MetricsLogger.count(mContext, TRON_NFC_P2P, mNumP2pDetected.get()); in handleMessage()2722 mNumP2pDetected.set(0); in handleMessage()3383 proto.write(NfcServiceDumpProto.NUM_P2P_DETECTED, mNumP2pDetected.get()); in dumpDebug()