Searched refs:getAidRoutingTableSize (Results 1 – 3 of 3) sorted by relevance
220 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()
314 mMaxAidRoutingTableSize = NfcService.getInstance().getAidRoutingTableSize(); in configureRouting()
3502 public int getAidRoutingTableSize () in getAidRoutingTableSize() method in NfcService