Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredAidCache.java151 String shortestAidMatch = aid.substring(0, 10); // Minimum AID length is 5 bytes in resolveAid() local
154 if (DBG) Log.d(TAG, "Finding AID registrations in range [" + shortestAidMatch + in resolveAid()
157 mAidCache.subMap(shortestAidMatch, true, longestAidMatch, true); in resolveAid()