Home
last modified time | relevance | path

Searched refs:setGutsParent (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAppOpsInfo.java179 public void setGutsParent(NotificationGuts guts) { in setGutsParent() method in AppOpsInfo
DNotificationGuts.java63 public void setGutsParent(NotificationGuts listener); in setGutsParent() method
DNotificationSnooze.java407 public void setGutsParent(NotificationGuts guts) { in setGutsParent() method in NotificationSnooze
DNotificationInfo.java481 public void setGutsParent(NotificationGuts guts) { in setGutsParent() method in NotificationInfo
DExpandableNotificationRow.java986 ((GutsContent) item.getGutsView()).setGutsParent(mGuts);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInfoTest.java123 mNotificationInfo.setGutsParent(mock(NotificationGuts.class)); in setUp()
500 mNotificationInfo.setGutsParent(guts); in testCloseControls_blockingHelperSavesImportanceForMultipleChannelNotifications()
528 mNotificationInfo.setGutsParent(guts); in testCloseControls_nonNullCheckSaveListenerDoesntDelayKeepShowing()
594 mNotificationInfo.setGutsParent(guts); in testCloseControls_blockingHelperDismissedIfShown()
DAppOpsInfoTest.java78 mAppOpsInfo.setGutsParent(mGutsParent); in setUp()