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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DRegisteredAidCache.java191 public boolean supportsAidPrefixRegistration() { method in class:RegisteredAidCache
368 if (aid.endsWith("*") && !supportsAidPrefixRegistration()) {
371 } else if (supportsAidPrefixRegistration() && prefixAids.size() > 0 && !isPrefix(aid)) {
H A DCardEmulationManager.java430 public boolean supportsAidPrefixRegistration() throws RemoteException { method in class:CardEmulationManager.CardEmulationInterface
431 return mAidCache.supportsAidPrefixRegistration();

Completed in 64 milliseconds