Searched refs:getIsNonblockable (Results 1 – 6 of 6) sorted by relevance
186 assertFalse(childRow.getIsNonblockable()); in testPerhapsShowBlockingHelper_shownForOnlyChildNotification()230 when(row.getIsNonblockable()).thenReturn(true); in testPerhapsShowBlockingHelper_notShownDueToNonblockability()293 when(row.getIsNonblockable()).thenReturn(false); in createBlockableRowSpy()299 when(row.getIsNonblockable()).thenReturn(false); in createBlockableGroupRowSpy()
313 assertFalse(row.getIsNonblockable()); in testGetIsNonblockable()322 assertTrue(row.getIsNonblockable()); in testGetIsNonblockable_oemLocked()331 assertTrue(row.getIsNonblockable()); in testGetIsNonblockable_criticalDeviceFunction()
360 when(row.getIsNonblockable()).thenReturn(false); in testInitializeNotificationInfoView_highPriority()391 when(row.getIsNonblockable()).thenReturn(false); in testInitializeNotificationInfoView_PassesAlongProvisionedState()425 when(row.getIsNonblockable()).thenReturn(false); in testInitializeNotificationInfoView_withInitialAction()
103 && !row.getIsNonblockable() in perhapsShowBlockingHelper()
398 row.getIsNonblockable(), in initializeNotificationInfo()441 row.getIsNonblockable()); in initializePartialConversationNotificationInfo()
528 public boolean getIsNonblockable() { in getIsNonblockable() method in ExpandableNotificationRow