Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DAidRoutingManagerTest.java229 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()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DAidRoutingManager.java173 NfcService.getInstance().unrouteAids(aid); in clearNfcRoutingTableLocked()
177 NfcService.getInstance().unrouteAids(""); in clearNfcRoutingTableLocked()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java3527 public void unrouteAids(String aid) { in unrouteAids() method in NfcService