Searched refs:supportsAidPrefixRegistration (Results 1 – 5 of 5) sorted by relevance
1234 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()
140 Assert.assertTrue(mRegisteredAidCache.supportsAidPrefixRegistration()); in testConstructor_supportsPrefixAndSubset()152 Assert.assertFalse(mRegisteredAidCache.supportsAidPrefixRegistration()); in testConstructor_doesNotSupportsPrefixAndSubset()
252 public boolean supportsAidPrefixRegistration() { in supportsAidPrefixRegistration() method in RegisteredAidCache635 if (aid.endsWith("*") && !supportsAidPrefixRegistration()) { in generateServiceMapLocked()639 } else if (supportsAidPrefixRegistration() && prefixAids.size() > 0 in generateServiceMapLocked()
821 public boolean supportsAidPrefixRegistration() throws RemoteException { in supportsAidPrefixRegistration() method in CardEmulationManager.CardEmulationInterface822 return mAidCache.supportsAidPrefixRegistration(); in supportsAidPrefixRegistration()
249 Landroid/nfc/INfcCardEmulation$Stub$Proxy;->supportsAidPrefixRegistration()Z274 Landroid/nfc/INfcCardEmulation;->supportsAidPrefixRegistration()Z