Searched refs:supportsAidPrefixRegistration (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DCardEmulationManager.java368 public boolean supportsAidPrefixRegistration() throws RemoteException { method in class:CardEmulationManager.CardEmulationInterface
369 return mAidCache.supportsAidPrefixRegistration();
H A DRegisteredAidCache.java191 public boolean supportsAidPrefixRegistration() { method in class:RegisteredAidCache
367 if (aid.endsWith("*") && !supportsAidPrefixRegistration()) {

Completed in 95 milliseconds