Searched refs:handleCloseControls (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationGuts.java | 104 public boolean handleCloseControls(boolean save, boolean force); in handleCloseControls() method 233 if (mGutsContent == null || !mGutsContent.handleCloseControls(save, force)) { in closeControls()
|
D | NotificationSnooze.java | 247 public boolean handleCloseControls(boolean save, boolean force) { in handleCloseControls() method in NotificationSnooze
|
D | NotificationInfo.java | 399 public boolean handleCloseControls(boolean save, boolean force) { in handleCloseControls() method in NotificationInfo
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationInfoTest.java | 550 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()
|