Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java382 private boolean visuallyInterruptive(int index) { in visuallyInterruptive() method in NotificationListenerServiceTest
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java978 boolean visuallyInterruptive) { in sendUpdatedEntryAtTime()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java349 void setVisuallyInterruptiveForTest(boolean visuallyInterruptive) { in setVisuallyInterruptiveForTest()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1979 public boolean visuallyInterruptive() { in visuallyInterruptive() method in NotificationListenerService.Ranking
2035 boolean visuallyInterruptive, boolean isConversation, ShortcutInfo shortcutInfo, in populate()