Searched refs:mPollingPaused (Results 1 – 1 of 1) sorted by relevance
276 boolean mPollingPaused; field in NfcService1130 mPollingPaused = true; in pausePolling()1142 if (!mPollingPaused) { in resumePolling()1147 mPollingPaused = false; in resumePolling()3381 proto.write(NfcServiceDumpProto.POLLING_PAUSED, mPollingPaused); in dumpDebug()