Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManagerTest.java358 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()
H A DExpandableNotificationRowTest.java538 assertTrue(row.getIsNonblockable()); in testGetIsNonblockable()
544 assertTrue(row.getIsNonblockable()); in testGetIsNonblockable()
545 assertFalse(row.getIsNonblockable()); in testGetIsNonblockable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManager.java384 row.getIsNonblockable(), in initializeNotificationInfo()
428 row.getIsNonblockable()); in initializePartialConversationNotificationInfo()
H A DExpandableNotificationRow.java552 public boolean getIsNonblockable() { in getIsNonblockable() method in ExpandableNotificationRow