Home
last modified time | relevance | path

Searched refs:supportsAidPrefixRouting (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredAidCacheTest.java138 verify(mAidRoutingManager).supportsAidPrefixRouting(); in testConstructor_supportsPrefixAndSubset()
150 verify(mAidRoutingManager).supportsAidPrefixRouting(); in testConstructor_doesNotSupportsPrefixAndSubset()
211 verify(mAidRoutingManager).supportsAidPrefixRouting(); in testAidConflictResolution_walletRoleEnabledNfcDisabled_foregroundWins()
427 verify(mAidRoutingManager).supportsAidPrefixRouting(); in testOnServicesUpdated_walletRoleEnabled()
487 verify(mAidRoutingManager).supportsAidPrefixRouting(); in testOnNfcEnabled()
502 verify(mAidRoutingManager).supportsAidPrefixRouting(); in testOnNfcDisabled()
603 when(mAidRoutingManager.supportsAidPrefixRouting()).thenReturn(support); in supportPrefixAndSubset()
DAidRoutingManagerTest.java130 boolean result = manager.supportsAidPrefixRouting(); in testSupportsAidPrefixRouting_ReturnsTrue()
140 boolean result = manager.supportsAidPrefixRouting(); in testSupportsAidPrefixRouting_ReturnsFalse()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/
DAidRoutingManagerTest.java107 boolean isSupportPrefixRouting = mAidRoutingManager.supportsAidPrefixRouting(); in testSupportsAidPrefixRouting()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DAidRoutingManager.java114 public boolean supportsAidPrefixRouting() { in supportsAidPrefixRouting() method in AidRoutingManager
DRegisteredAidCache.java187 mSupportsPrefixes = mRoutingManager.supportsAidPrefixRouting(); in RegisteredAidCache()