Searched refs:aEntry (Results 1 – 1 of 1) sorted by relevance
330 AlertEntry aEntry = getHeadsUpEntry(a.getKey()); in compare() local332 if (aEntry == null || bEntry == null) { in compare()333 return aEntry == null ? 1 : -1; in compare()335 return aEntry.compareTo(bEntry); in compare()