Searched refs:supportsAidPrefixRegistration (Results 1 – 11 of 11) sorted by relevance
322 when(mINfcCardEmulation.supportsAidPrefixRegistration()) in testSupportsAidPrefixRegistration()324 boolean result = mCardEmulation.supportsAidPrefixRegistration(); in testSupportsAidPrefixRegistration()326 verify(mINfcCardEmulation).supportsAidPrefixRegistration(); in testSupportsAidPrefixRegistration()
48 boolean supportsAidPrefixRegistration(); in supportsAidPrefixRegistration() method
1449 when(mRegisteredAidCache.supportsAidPrefixRegistration()).thenReturn(true); in testCardEmulationSupportsAidPrefixRegistration_doesSupport()1454 .supportsAidPrefixRegistration()); in testCardEmulationSupportsAidPrefixRegistration_doesSupport()1456 verify(mRegisteredAidCache).supportsAidPrefixRegistration(); in testCardEmulationSupportsAidPrefixRegistration_doesSupport()1462 when(mRegisteredAidCache.supportsAidPrefixRegistration()).thenReturn(false); in testCardEmulationSupportsAidPrefixRegistration_doesNotSupport()1467 .supportsAidPrefixRegistration()); in testCardEmulationSupportsAidPrefixRegistration_doesNotSupport()1471 verify(mRegisteredAidCache).supportsAidPrefixRegistration(); in testCardEmulationSupportsAidPrefixRegistration_doesNotSupport()2501 .supportsAidPrefixRegistration()).thenReturn(true); in testSupportsAidPrefixRegistration()2502 boolean result = iNfcCardEmulation.supportsAidPrefixRegistration(); in testSupportsAidPrefixRegistration()
151 assertTrue(mRegisteredAidCache.supportsAidPrefixRegistration()); in testConstructor_supportsPrefixAndSubset()163 assertFalse(mRegisteredAidCache.supportsAidPrefixRegistration()); in testConstructor_doesNotSupportsPrefixAndSubset()
776 public boolean supportsAidPrefixRegistration() { in supportsAidPrefixRegistration() method in CardEmulation777 return callServiceReturn(() -> sService.supportsAidPrefixRegistration(), false); in supportsAidPrefixRegistration()
264 public boolean supportsAidPrefixRegistration() { in supportsAidPrefixRegistration() method in RegisteredAidCache775 if (aid.endsWith("*") && !supportsAidPrefixRegistration()) { in generateServiceMapLocked()779 } else if (supportsAidPrefixRegistration() && prefixAids.size() > 0 in generateServiceMapLocked()
1135 public boolean supportsAidPrefixRegistration() throws RemoteException { in supportsAidPrefixRegistration() method in CardEmulationManager.CardEmulationInterface1136 return mAidCache.supportsAidPrefixRegistration(); in supportsAidPrefixRegistration()
301 return cardEmulation.supportsAidPrefixRegistration(); in isAidPrefixRegistrationSupported()
249 Landroid/nfc/INfcCardEmulation$Stub$Proxy;->supportsAidPrefixRegistration()Z274 Landroid/nfc/INfcCardEmulation;->supportsAidPrefixRegistration()Z
225 method public boolean supportsAidPrefixRegistration();
206 boolean result = instance.supportsAidPrefixRegistration(); in testSupportsAidPrefixRegistration()