Searched refs:isStickyAndNotDemoted (Results 1 – 10 of 10) sorted by relevance
255 assertFalse(mEntry.isStickyAndNotDemoted()); in testIsStickyAndNotDemoted_noFlagAndDemoted_returnFalse()262 assertFalse(mEntry.isStickyAndNotDemoted()); in testIsStickyAndNotDemoted_noFlagAndNotDemoted_demoteAndReturnFalse()271 assertFalse(mEntry.isStickyAndNotDemoted()); in testIsStickyAndNotDemoted_hasFlagButAlreadyDemoted_returnFalse()279 assertTrue(mEntry.isStickyAndNotDemoted()); in testIsStickyAndNotDemoted_hasFlagAndNotDemoted_returnTrue()
656 isStickyAndNotDemoted = true in <lambda>()1170 var isStickyAndNotDemoted = false in <lambda>() variable1257 if (isStickyAndNotDemoted) { in <lambda>()1285 if (isStickyAndNotDemoted) { in <lambda>()
142 return if (entry.isStickyAndNotDemoted) { in makeDecisionWithoutDnd()
270 if (entry.isStickyAndNotDemoted()) { in getFullScreenIntentDecision()
450 if (view is ExpandableNotificationRow && view.entry.isStickyAndNotDemoted) { in <lambda>()
868 ambientState.isOnKeyguard(), row.getEntry().isStickyAndNotDemoted())) { in updateHeadsUpStates()
373 whenever(entry.isStickyAndNotDemoted).thenReturn(isSticky) in <lambda>()
202 public boolean isStickyAndNotDemoted() { in isStickyAndNotDemoted() method in NotificationEntry
843 return mEntry.isStickyAndNotDemoted(); in isStickyForSomeTime()
2756 (!mEntry.isStickyAndNotDemoted()