Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/cardemulation/util/
DStatsdUtilsTest.java93 mStatsdUtils.logPollingFrames(); in testLogPollingFrame_ecp1Once()
107 mStatsdUtils.logPollingFrames(); in testLogPollingFrame_ecp1TwiceInTwoWrites()
109 mStatsdUtils.logPollingFrames(); in testLogPollingFrame_ecp1TwiceInTwoWrites()
115 verify(mStatsdUtils, times(2)).logPollingFrames(); in testLogPollingFrame_ecp1TwiceInTwoWrites()
129 mStatsdUtils.logPollingFrames(); in testLogPollingFrame_ecp2Repeated()
148 mStatsdUtils.logPollingFrames(); in testLogPollingFrame_ecp2RepeatedTwoTypes()
158 verify(mStatsdUtils).logPollingFrames(); in testLogPollingFrame_ecp2RepeatedTwoTypes()
177 mStatsdUtils.logPollingFrames(); in testFieldGain()
180 verify(mStatsdUtils).logPollingFrames(); in testFieldGain()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/util/
DStatsdUtils.java376 public void logPollingFrames() { in logPollingFrames() method in StatsdUtils
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DHostEmulationManager.java676 mStatsdUtils.logPollingFrames(); in onPollingLoopDetected()