Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java1234 when(mRegisteredAidCache.supportsAidPrefixRegistration()).thenReturn(true); in testCardEmulationSupportsAidPrefixRegistration_doesSupport()
1237 .supportsAidPrefixRegistration()); in testCardEmulationSupportsAidPrefixRegistration_doesSupport()
1239 verify(mRegisteredAidCache).supportsAidPrefixRegistration(); in testCardEmulationSupportsAidPrefixRegistration_doesSupport()
1245 when(mRegisteredAidCache.supportsAidPrefixRegistration()).thenReturn(false); in testCardEmulationSupportsAidPrefixRegistration_doesNotSupport()
1248 .supportsAidPrefixRegistration()); in testCardEmulationSupportsAidPrefixRegistration_doesNotSupport()
1252 verify(mRegisteredAidCache).supportsAidPrefixRegistration(); in testCardEmulationSupportsAidPrefixRegistration_doesNotSupport()
DRegisteredAidCacheTest.java140 Assert.assertTrue(mRegisteredAidCache.supportsAidPrefixRegistration()); in testConstructor_supportsPrefixAndSubset()
152 Assert.assertFalse(mRegisteredAidCache.supportsAidPrefixRegistration()); in testConstructor_doesNotSupportsPrefixAndSubset()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredAidCache.java252 public boolean supportsAidPrefixRegistration() { in supportsAidPrefixRegistration() method in RegisteredAidCache
635 if (aid.endsWith("*") && !supportsAidPrefixRegistration()) { in generateServiceMapLocked()
639 } else if (supportsAidPrefixRegistration() && prefixAids.size() > 0 in generateServiceMapLocked()
DCardEmulationManager.java821 public boolean supportsAidPrefixRegistration() throws RemoteException { in supportsAidPrefixRegistration() method in CardEmulationManager.CardEmulationInterface
822 return mAidCache.supportsAidPrefixRegistration(); in supportsAidPrefixRegistration()
/packages/apps/Nfc/apex/hiddenapi/
Dhiddenapi-max-target-o.txt249 Landroid/nfc/INfcCardEmulation$Stub$Proxy;->supportsAidPrefixRegistration()Z
274 Landroid/nfc/INfcCardEmulation;->supportsAidPrefixRegistration()Z