Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java119 assertEquals(visuallyInterruptive(i), ranking.visuallyInterruptive()); in testRanking()
187 tweak.visuallyInterruptive() in testRankingUpdate_equals()
264 visuallyInterruptive(i) in generateUpdate()
369 private boolean visuallyInterruptive(int index) { in visuallyInterruptive() method in NotificationListenerServiceTest
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1770 public boolean visuallyInterruptive() { in visuallyInterruptive() method in NotificationListenerService.Ranking
1791 boolean visuallyInterruptive) { in populate() argument
1812 mVisuallyInterruptive = visuallyInterruptive; in populate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java205 isVisuallyInterruptive = ranking.visuallyInterruptive(); in populateFromRanking()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java689 outRanking.visuallyInterruptive())); in getRanking()