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.java152 String longestAidMatch = aid + "*"; // Longest potential matching AID in resolveAid() local
155 " - " + longestAidMatch + "]"); in resolveAid()
157 mAidCache.subMap(shortestAidMatch, true, longestAidMatch, true); in resolveAid()