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/notification/row/
DAppOpsInfo.java177 public void setGutsParent(NotificationGuts guts) { in setGutsParent() method in AppOpsInfo
DNotificationGuts.java64 public void setGutsParent(NotificationGuts listener); in setGutsParent() method
DNotificationSnooze.java411 public void setGutsParent(NotificationGuts guts) { in setGutsParent() method in NotificationSnooze
DNotificationInfo.java759 public void setGutsParent(NotificationGuts guts) {
DExpandableNotificationRow.java1136 ((NotificationGuts.GutsContent) item.getGutsView()).setGutsParent(mGuts);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DAppOpsInfoTest.java78 mAppOpsInfo.setGutsParent(mGutsParent); in setUp()
DNotificationInfoTest.java135 mNotificationInfo.setGutsParent(mock(NotificationGuts.class)); in setUp()
896 mNotificationInfo.setGutsParent(guts); in testCloseControls_nonNullCheckSaveListenerDoesntDelayKeepShowing_BlockingHelper()
984 mNotificationInfo.setGutsParent(guts); in testCloseControls_blockingHelperDismissedIfShown()