Home
last modified time | relevance | path

Searched refs:mAidRoutingManager (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredAidCacheTest.java98 private AidRoutingManager mAidRoutingManager; field in RegisteredAidCacheTest
136 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 …]
/packages/apps/Nfc/tests/unit/src/com/android/nfc/
DAidRoutingManagerTest.java50 private AidRoutingManager mAidRoutingManager; field in AidRoutingManagerTest
72 () -> 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 …]