Searched refs:entryAid (Results 1 – 1 of 1) sorted by relevance
222 String entryAid = (isPrefix || isSubset) ? entry.getKey().substring(0, in resolveAid() local224 if (entryAid.equalsIgnoreCase(aid) || (isPrefix && aid.startsWith(entryAid)) in resolveAid()225 || (isSubset && entryAid.startsWith(aid))) { in resolveAid()