Searched refs:getIsNonblockable (Results 1 – 6 of 6) sorted by relevance
171 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()
316 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()
360 assertFalse(row.getIsNonblockable()); in testGetIsNonblockable()369 assertTrue(row.getIsNonblockable()); in testGetIsNonblockable_oemLocked()378 assertTrue(row.getIsNonblockable()); in testGetIsNonblockable_criticalDeviceFunction()
92 && !row.getIsNonblockable() in perhapsShowBlockingHelper()
327 row.getIsNonblockable(), in initializeNotificationInfo()
520 public boolean getIsNonblockable() { in getIsNonblockable() method in ExpandableNotificationRow