Searched refs:mAidRoutingManager (Results 1 – 2 of 2) sorted by relevance
98 private AidRoutingManager mAidRoutingManager; field in RegisteredAidCacheTest136 mAidRoutingManager); in testConstructor_supportsPrefixAndSubset()138 verify(mAidRoutingManager).supportsAidPrefixRouting(); in testConstructor_supportsPrefixAndSubset()139 verify(mAidRoutingManager).supportsAidSubsetRouting(); in testConstructor_supportsPrefixAndSubset()148 mAidRoutingManager); in testConstructor_doesNotSupportsPrefixAndSubset()150 verify(mAidRoutingManager).supportsAidPrefixRouting(); in testConstructor_doesNotSupportsPrefixAndSubset()151 verify(mAidRoutingManager).supportsAidSubsetRouting(); in testConstructor_doesNotSupportsPrefixAndSubset()173 mAidRoutingManager); in testAidConflictResolution_walletRoleEnabledNfcDisabled_foregroundWins()211 verify(mAidRoutingManager).supportsAidPrefixRouting(); in testAidConflictResolution_walletRoleEnabledNfcDisabled_foregroundWins()212 verify(mAidRoutingManager).supportsAidSubsetRouting(); in testAidConflictResolution_walletRoleEnabledNfcDisabled_foregroundWins()[all …]
50 private AidRoutingManager mAidRoutingManager; field in AidRoutingManagerTest72 () -> mAidRoutingManager = new AidRoutingManager()); in setUp()73 Assert.assertNotNull(mAidRoutingManager); in setUp()86 int size = mAidRoutingManager.calculateAidRouteSize(aidEntryMap); in testCalculateAidRouteSize()88 AidRoutingManager.AidEntry aidEntry = mAidRoutingManager.new AidEntry(); in testCalculateAidRouteSize()90 size = mAidRoutingManager.calculateAidRouteSize(aidEntryMap); in testCalculateAidRouteSize()98 mAidRoutingManager.onNfccRoutingTableCleared(); in testOnNfccRoutingTableCleared()99 boolean isTableCleared = mAidRoutingManager.isRoutingTableCleared(); in testOnNfccRoutingTableCleared()107 boolean isSupportPrefixRouting = mAidRoutingManager.supportsAidPrefixRouting(); in testSupportsAidPrefixRouting()115 boolean isSupportSubsetRouting = mAidRoutingManager.supportsAidSubsetRouting(); in testSupportsAidSubsetRouting()[all …]