Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DHostEmulationManagerTest.java356 ArrayList<PollingFrame> sentFrames = bundle in testOnPollingLoopDetected_paymentServiceAlreadyBound_4Frames() local
358 Assert.assertTrue(sentFrames.contains(frame1)); in testOnPollingLoopDetected_paymentServiceAlreadyBound_4Frames()
359 Assert.assertTrue(sentFrames.contains(frame2)); in testOnPollingLoopDetected_paymentServiceAlreadyBound_4Frames()
360 Assert.assertTrue(sentFrames.contains(frame3)); in testOnPollingLoopDetected_paymentServiceAlreadyBound_4Frames()
361 Assert.assertTrue(sentFrames.contains(frame4)); in testOnPollingLoopDetected_paymentServiceAlreadyBound_4Frames()