Searched refs:getGuts (Results 1 – 4 of 4) sorted by relevance
130 setExposedGuts(entry.getGuts()); in onDensityOrFontScaleChanged()195 row.getGuts().setClosedListener((NotificationGuts g) -> { in bindGuts()239 NotificationGuts guts = row.getGuts(); in initializeSnoozeView()259 NotificationGuts guts = row.getGuts(); in initializeAppOpsInfo()285 NotificationGuts guts = row.getGuts(); in initializeNotificationInfo()434 NotificationGuts guts = row.getGuts(); in openGutsInternal()489 && entry.getGuts() != null in shouldExtendLifetime()490 && mNotificationGutsExposed == entry.getGuts() in shouldExtendLifetime()
962 public NotificationGuts getGuts() {
728 public NotificationGuts getGuts() { in getGuts() method in NotificationEntry729 if (row != null) return row.getGuts(); in getGuts()750 return row != null && row.getGuts() != null && row.getGuts().isExposed(); in areGutsExposed()
153 when(row.getGuts()).thenReturn(guts); in testOpenAndCloseGuts()194 when(row.getGuts()).thenReturn(guts); in testChangeDensityOrFontScale()201 when(entry.getGuts()).thenReturn(guts); in testChangeDensityOrFontScale()462 doReturn(guts).when(row).getGuts(); in testShouldExtendLifetime()