Searched refs:isTopBucket (Results 1 – 6 of 6) sorted by relevance
136 if (!row.getEntry().isTopBucket()) { in updateSectionBoundaries()251 if (!row.getEntry().isTopBucket()) { in getLastHighPriorityChild()
5794 beforeSpeedBump = row.getEntry().isTopBucket();5852 return row.getEntry().isTopBucket();5854 return !row.getEntry().isTopBucket();
229 public boolean isTopBucket() { in isTopBucket() method in NotificationEntry232 public void setIsTopBucket(boolean isTopBucket) { in setIsTopBucket() argument233 mIsTopBucket = isTopBucket; in setIsTopBucket()
266 when(notifRow.getEntry().isTopBucket()) in setStackState()
563 assertTrue(entry.isTopBucket()); in testSort_properlySetsIsTopBucket()591 assertFalse(entry.isTopBucket()); in testSort_properlySetsIsNotTopBucket()
317 exceedsPriorityThreshold = entry.isTopBucket(); in shouldShowOnKeyguard()