Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManagerTest.java171 assertFalse(childRow.getIsNonblockable()); in testPerhapsShowBlockingHelper_shownForOnlyChildNotification()
208 when(row.getIsNonblockable()).thenReturn(true); in testPerhapsShowBlockingHelper_notShownDueToNonblockability()
265 when(row.getIsNonblockable()).thenReturn(false); in createBlockableRowSpy()
271 when(row.getIsNonblockable()).thenReturn(false); in createBlockableGroupRowSpy()
DNotificationGutsManagerTest.java316 when(row.getIsNonblockable()).thenReturn(false); in testInitializeNotificationInfoView_showBlockingHelper()
345 when(row.getIsNonblockable()).thenReturn(false); in testInitializeNotificationInfoView_dontShowBlockingHelper()
376 when(row.getIsNonblockable()).thenReturn(false); in testInitializeNotificationInfoView_highPriority()
405 when(row.getIsNonblockable()).thenReturn(false); in testInitializeNotificationInfoView_PassesAlongProvisionedState()
435 when(row.getIsNonblockable()).thenReturn(false); in testInitializeNotificationInfoView_withInitialAction()
DExpandableNotificationRowTest.java360 assertFalse(row.getIsNonblockable()); in testGetIsNonblockable()
369 assertTrue(row.getIsNonblockable()); in testGetIsNonblockable_oemLocked()
378 assertTrue(row.getIsNonblockable()); in testGetIsNonblockable_criticalDeviceFunction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java92 && !row.getIsNonblockable() in perhapsShowBlockingHelper()
DNotificationGutsManager.java327 row.getIsNonblockable(), in initializeNotificationInfo()
DExpandableNotificationRow.java520 public boolean getIsNonblockable() { in getIsNonblockable() method in ExpandableNotificationRow