Searched refs:getIsNonblockable (Results 1 – 4 of 4) sorted by relevance
358 when(row.getIsNonblockable()).thenReturn(false); in testInitializeNotificationInfoView_highPriority()389 when(row.getIsNonblockable()).thenReturn(false); in testInitializeNotificationInfoView_PassesAlongProvisionedState()423 when(row.getIsNonblockable()).thenReturn(false); in testInitializeNotificationInfoView_withInitialAction()
538 assertTrue(row.getIsNonblockable()); in testGetIsNonblockable()544 assertTrue(row.getIsNonblockable()); in testGetIsNonblockable()545 assertFalse(row.getIsNonblockable()); in testGetIsNonblockable()
384 row.getIsNonblockable(), in initializeNotificationInfo()428 row.getIsNonblockable()); in initializePartialConversationNotificationInfo()
552 public boolean getIsNonblockable() { in getIsNonblockable() method in ExpandableNotificationRow