Searched refs:routeAids (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/ |
D | AidRoutingManagerTest.java | 234 verify(mNfcService, times(3)).routeAids(routedAidsCaptor.capture(), in testConfigureRoutingTestCase1_CommitsCache() 285 verify(mNfcService, never()).routeAids(anyString(), anyInt(), anyInt(), anyInt()); in testConfigureRoutingTestCase2_WritesError() 428 verify(mNfcService, times(4)).routeAids(routedAidsCaptor.capture(), in testConfigureRoutingTestCase5_CommitsCache() 491 verify(mNfcService, times(5)).routeAids(routedAidsCaptor.capture(), in testConfigureRoutingTestCase6_CommitsCache() 550 verify(mNfcService, times(3)).routeAids(routedAidsCaptor.capture(), in testConfigureRoutingTestCase7_CommitsCache()
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | AidRoutingManager.java | 501 NfcService.getInstance().routeAids(aid, route, aidType, power); in commit()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 3513 public void routeAids(String aid, int route, int aidInfo, int power) { in routeAids() method in NfcService
|