Searched refs:mServiceListCaptor (Results 1 – 1 of 1) sorted by relevance
129 private ArgumentCaptor<List<ApduServiceInfo>> mServiceListCaptor; field in CardEmulationManagerTest367 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()