Searched refs:unrouteAids (Results 1 – 3 of 3) sorted by relevance
229 verify(mNfcService, times(4)).unrouteAids(unroutedAidsCaptor.capture()); in testConfigureRoutingTestCase1_CommitsCache()284 verify(mNfcService, never()).unrouteAids(anyString()); in testConfigureRoutingTestCase2_WritesError()340 verify(mNfcService, times(3)).unrouteAids(unroutedAidsCaptor.capture()); in testConfigureRoutingTestCase3_DoNothing()423 verify(mNfcService, times(4)).unrouteAids(unroutedAidsCaptor.capture()); in testConfigureRoutingTestCase5_CommitsCache()486 verify(mNfcService, times(4)).unrouteAids(unroutedAidsCaptor.capture()); in testConfigureRoutingTestCase6_CommitsCache()549 verify(mNfcService, never()).unrouteAids(anyString()); in testConfigureRoutingTestCase7_CommitsCache()
173 NfcService.getInstance().unrouteAids(aid); in clearNfcRoutingTableLocked()177 NfcService.getInstance().unrouteAids(""); in clearNfcRoutingTableLocked()
3527 public void unrouteAids(String aid) { in unrouteAids() method in NfcService