Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DAidRoutingManagerTest.java220 when(mNfcService.getAidRoutingTableSize()).thenReturn(0); in testConfigureRoutingTestCase1_CommitsCache()
278 when(mNfcService.getAidRoutingTableSize()).thenReturn(0); in testConfigureRoutingTestCase2_WritesError()
322 when(mNfcService.getAidRoutingTableSize()).thenReturn(0); in testConfigureRoutingTestCase3_DoNothing()
374 when(mNfcService.getAidRoutingTableSize()).thenReturn(0); in testConfigureRoutingTestCase4_CommitsCache()
414 when(mNfcService.getAidRoutingTableSize()).thenReturn(0); in testConfigureRoutingTestCase5_CommitsCache()
477 when(mNfcService.getAidRoutingTableSize()).thenReturn(0); in testConfigureRoutingTestCase6_CommitsCache()
543 when(mNfcService.getAidRoutingTableSize()).thenReturn(100); in testConfigureRoutingTestCase7_CommitsCache()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DAidRoutingManager.java314 mMaxAidRoutingTableSize = NfcService.getInstance().getAidRoutingTableSize(); in configureRouting()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java3502 public int getAidRoutingTableSize () in getAidRoutingTableSize() method in NfcService