Searched refs:firstAmbientIndex (Results 1 – 2 of 2) sorted by relevance
33 Bundle visibilityOverrides, int firstAmbientIndex) { in NotificationRankingUpdate() argument35 mFirstAmbientIndex = firstAmbientIndex; in NotificationRankingUpdate()
834 int firstAmbientIndex = mRankingUpdate.getFirstAmbientIndex(); in isAmbient() local835 if (firstAmbientIndex < 0) { in isAmbient()839 return rank >= 0 && rank >= firstAmbientIndex; in isAmbient()