Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java104 public boolean handleCloseControls(boolean save, boolean force); in handleCloseControls() method
233 if (mGutsContent == null || !mGutsContent.handleCloseControls(save, force)) { in closeControls()
DNotificationSnooze.java247 public boolean handleCloseControls(boolean save, boolean force) { in handleCloseControls() method in NotificationSnooze
DNotificationInfo.java399 public boolean handleCloseControls(boolean save, boolean force) { in handleCloseControls() method in NotificationInfo
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInfoTest.java550 mNotificationInfo.handleCloseControls(true, false); in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnchanged()
564 mNotificationInfo.handleCloseControls(true, false); in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnspecified()
663 mNotificationInfo.handleCloseControls(true, false); in testNonBlockableAppDoesNotBecomeBlocked()
678 mNotificationInfo.handleCloseControls(true, false); in testEnabledSwitchChangedCallsUpdateNotificationChannel()
698 mNotificationInfo.handleCloseControls(false, false); in testCloseControlsDoesNotUpdateIfSaveIsFalse()
715 mNotificationInfo.handleCloseControls(true, false); in testCloseControlsDoesNotUpdateIfCheckSaveListenerIsNoOp()
733 mNotificationInfo.handleCloseControls(true, false); in testCloseControlsUpdatesWhenCheckSaveListenerUsesCallback()