Searched refs:getIsNonblockable (Results 1 – 5 of 5) sorted by relevance
186 when(row.getIsNonblockable()).thenReturn(true); in testPerhapsShowBlockingHelper_notShownDueToNonblockability()225 when(row.getIsNonblockable()).thenReturn(false); in createBlockableRowSpy()231 when(row.getIsNonblockable()).thenReturn(false); in createBlockableGroupRowSpy()
274 when(row.getIsNonblockable()).thenReturn(false); in testInitializeNotificationInfoView_showBlockingHelper()300 when(row.getIsNonblockable()).thenReturn(false); in testInitializeNotificationInfoView_dontShowBlockingHelper()
83 && !row.getIsNonblockable() in perhapsShowBlockingHelper()
283 row.getIsNonblockable(), in initializeNotificationInfo()
439 public boolean getIsNonblockable() { in getIsNonblockable() method in ExpandableNotificationRow