Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DAidRoutingManagerTest.java75 private ArgumentCaptor<Integer> aidTypeCaptor; field in AidRoutingManagerTest
236 aidTypeCaptor.capture(), in testConfigureRoutingTestCase1_CommitsCache()
244 assertThat(aidTypeCaptor.getAllValues().get(0)) in testConfigureRoutingTestCase1_CommitsCache()
246 assertThat(aidTypeCaptor.getAllValues().get(1)).isEqualTo(FIRST_AID_ENTRY_AID_INFO); in testConfigureRoutingTestCase1_CommitsCache()
247 assertThat(aidTypeCaptor.getAllValues().get(2)).isEqualTo(FOURTH_AID_ENTRY_AID_INFO); in testConfigureRoutingTestCase1_CommitsCache()
430 aidTypeCaptor.capture(), in testConfigureRoutingTestCase5_CommitsCache()
440 assertThat(aidTypeCaptor.getAllValues().get(0)) in testConfigureRoutingTestCase5_CommitsCache()
442 assertThat(aidTypeCaptor.getAllValues().get(1)).isEqualTo(FOURTH_AID_ENTRY_AID_INFO); in testConfigureRoutingTestCase5_CommitsCache()
443 assertThat(aidTypeCaptor.getAllValues().get(2)).isEqualTo(THIRD_AID_ENTRY_AID_INFO); in testConfigureRoutingTestCase5_CommitsCache()
444 assertThat(aidTypeCaptor.getAllValues().get(3)).isEqualTo(FIRST_AID_ENTRY_AID_INFO); in testConfigureRoutingTestCase5_CommitsCache()
[all …]