Searched refs:aEntry (Results 1 – 1 of 1) sorted by relevance
331 AlertEntry aEntry = getHeadsUpEntry(a.key); in compare() local333 if (aEntry == null || bEntry == null) { in compare()334 return aEntry == null ? 1 : -1; in compare()336 return aEntry.compareTo(bEntry); in compare()