Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/util/
DStatsdUtilsTest.java66 mStatsdUtils.logPollingFrames(); in testLogPollingFrame_ecp1Once()
80 mStatsdUtils.logPollingFrames(); in testLogPollingFrame_ecp1TwiceInTwoWrites()
82 mStatsdUtils.logPollingFrames(); in testLogPollingFrame_ecp1TwiceInTwoWrites()
88 verify(mStatsdUtils, times(2)).logPollingFrames(); in testLogPollingFrame_ecp1TwiceInTwoWrites()
102 mStatsdUtils.logPollingFrames(); in testLogPollingFrame_ecp2Repeated()
121 mStatsdUtils.logPollingFrames(); in testLogPollingFrame_ecp2RepeatedTwoTypes()
131 verify(mStatsdUtils).logPollingFrames(); in testLogPollingFrame_ecp2RepeatedTwoTypes()
150 mStatsdUtils.logPollingFrames(); in testFieldGain()
153 verify(mStatsdUtils).logPollingFrames(); in testFieldGain()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/util/
DStatsdUtils.java315 public void logPollingFrames() { in logPollingFrames() method in StatsdUtils
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java496 mStatsdUtils.logPollingFrames(); in onPollingLoopDetected()