Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java121 assertEquals(visuallyInterruptive(i), ranking.visuallyInterruptive()); in testRanking()
192 tweak.visuallyInterruptive(), in testRankingUpdate_equals()
273 visuallyInterruptive(i), in generateUpdate()
382 private boolean visuallyInterruptive(int index) { in visuallyInterruptive() method in NotificationListenerServiceTest
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java349 void setVisuallyInterruptiveForTest(boolean visuallyInterruptive) { in setVisuallyInterruptiveForTest() argument
350 mIsVisuallyInterruptive = visuallyInterruptive; in setVisuallyInterruptiveForTest()
465 mIsVisuallyInterruptive = entry.getRanking().visuallyInterruptive(); in setEntry()
DBubbleController.java930 if (!notif.getRanking().visuallyInterruptive() in updateBubble()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DRankingBuilder.java84 mIsVisuallyInterruptive = ranking.visuallyInterruptive(); in RankingBuilder()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java134 when(ranking.visuallyInterruptive()).thenReturn(true); in setUp()
978 boolean visuallyInterruptive) { in sendUpdatedEntryAtTime() argument
982 b.setVisuallyInterruptiveForTest(visuallyInterruptive); in sendUpdatedEntryAtTime()
/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() argument
2057 mVisuallyInterruptive = visuallyInterruptive; in populate()