Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredAidCache.java210 String longestAidMatch = String.format("%-32s", aid).replace(' ', 'F'); in resolveAid() local
214 " - " + longestAidMatch + "]"); in resolveAid()
216 mAidCache.subMap(shortestAidMatch, true, longestAidMatch, true); in resolveAid()