Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java331 AlertEntry aEntry = getHeadsUpEntry(a.key); in compare() local
333 if (aEntry == null || bEntry == null) { in compare()
334 return aEntry == null ? 1 : -1; in compare()
336 return aEntry.compareTo(bEntry); in compare()