Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java129 private ArgumentCaptor<List<ApduServiceInfo>> mServiceListCaptor; field in CardEmulationManagerTest
367 verify(mRegisteredAidCache).onServicesUpdated(eq(USER_ID), mServiceListCaptor.capture()); in testOnServicesUpdated_walletEnabledPollingLoopDisabled()
369 Assert.assertEquals(UPDATED_SERVICES, mServiceListCaptor.getValue()); in testOnServicesUpdated_walletEnabledPollingLoopDisabled()
382 verify(mRegisteredAidCache).onServicesUpdated(eq(USER_ID), mServiceListCaptor.capture()); in testOnServicesUpdated_walletEnabledPollingLoopEnabled()
385 mServiceListCaptor.capture()); in testOnServicesUpdated_walletEnabledPollingLoopEnabled()
387 Assert.assertEquals(UPDATED_SERVICES, mServiceListCaptor.getAllValues().getFirst()); in testOnServicesUpdated_walletEnabledPollingLoopEnabled()
388 Assert.assertEquals(UPDATED_SERVICES, mServiceListCaptor.getAllValues().getLast()); in testOnServicesUpdated_walletEnabledPollingLoopEnabled()