Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DNfcCardEmulationOccurredTest.java210 mHostEmulation.onPollingLoopDetected(pollingFrames); in testOnPollingLoopDetected()
236 mHostEmulation.onPollingLoopDetected(pollingLoopTypeOnFrames); in testOnPollingLoopDetectedServiceBound()
237 mHostEmulation.onPollingLoopDetected(pollingLoopTypeOnFrames); in testOnPollingLoopDetectedServiceBound()
238 mHostEmulation.onPollingLoopDetected(pollingLoopTypeOffFrames); in testOnPollingLoopDetectedServiceBound()
239 mHostEmulation.onPollingLoopDetected(pollingLoopTypeOffFrames); in testOnPollingLoopDetectedServiceBound()
DHostEmulationManagerTest.java303 mHostEmulationManager.onPollingLoopDetected(List.of(frame1, frame2)); in testOnPollingLoopDetected_activeServiceAlreadyBound_overlappingServices()
347 mHostEmulationManager.onPollingLoopDetected(List.of(frame1, frame2, frame3, frame4)); in testOnPollingLoopDetected_paymentServiceAlreadyBound_4Frames()
441 mHostEmulationManager.onPollingLoopDetected(List.of(frame1, frame2)); in testOnPollingLoopDetected_fieldOff_returnToIdle()
DCardEmulationManagerTest.java189 mCardEmulationManager.onPollingLoopDetected(POLLING_LOOP_FRAMES); in testPollingLoopDetected()
191 verify(mHostEmulationManager).onPollingLoopDetected(mPollingLoopFrameCaptor.capture()); in testPollingLoopDetected()
/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java48 public void onPollingLoopDetected(List<PollingFrame> pollingFrames); in onPollingLoopDetected() method
DNfcService.java522 public void onPollingLoopDetected(List<PollingFrame> frames) { in onPollingLoopDetected() method in NfcService
524 mCardEmulationManager.onPollingLoopDetected(frames); in onPollingLoopDetected()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java474 mListener.onPollingLoopDetected(frames); in notifyPollingLoopFrame()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java207 public void onPollingLoopDetected(List<PollingFrame> pollingFrames) { in onPollingLoopDetected() method in CardEmulationManager
208 mHostEmulationManager.onPollingLoopDetected(pollingFrames); in onPollingLoopDetected()
DHostEmulationManager.java405 public void onPollingLoopDetected(List<PollingFrame> pollingFrames) { in onPollingLoopDetected() method in HostEmulationManager
1159 onPollingLoopDetected(unprocessedPollingFrames);