Searched refs:onPollingLoopDetected (Results 1 – 8 of 8) sorted by relevance
210 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()
303 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()
189 mCardEmulationManager.onPollingLoopDetected(POLLING_LOOP_FRAMES); in testPollingLoopDetected()191 verify(mHostEmulationManager).onPollingLoopDetected(mPollingLoopFrameCaptor.capture()); in testPollingLoopDetected()
48 public void onPollingLoopDetected(List<PollingFrame> pollingFrames); in onPollingLoopDetected() method
522 public void onPollingLoopDetected(List<PollingFrame> frames) { in onPollingLoopDetected() method in NfcService524 mCardEmulationManager.onPollingLoopDetected(frames); in onPollingLoopDetected()
474 mListener.onPollingLoopDetected(frames); in notifyPollingLoopFrame()
207 public void onPollingLoopDetected(List<PollingFrame> pollingFrames) { in onPollingLoopDetected() method in CardEmulationManager208 mHostEmulationManager.onPollingLoopDetected(pollingFrames); in onPollingLoopDetected()
405 public void onPollingLoopDetected(List<PollingFrame> pollingFrames) { in onPollingLoopDetected() method in HostEmulationManager1159 onPollingLoopDetected(unprocessedPollingFrames);