Searched refs:handleCloseControls (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationInfoTest.java | 833 mNotificationInfo.handleCloseControls(true, false); in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnchanged() 860 mNotificationInfo.handleCloseControls(true, false); in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnspecified() 929 mNotificationInfo.handleCloseControls(true /* save */, false /* force */); in testCloseControls_nonNullCheckSaveListenerDoesntDelayDismiss_BlockingHelper() 1014 mNotificationInfo.handleCloseControls(true, false); in testSilentlyChangedCallsUpdateNotificationChannel_blockingHelper() 1046 mNotificationInfo.handleCloseControls(true, false); in testKeepUpdatesNotificationChannel_blockingHelper() 1076 mNotificationInfo.handleCloseControls(true, false); in testNoActionsUpdatesNotificationChannel_blockingHelper() 1108 mNotificationInfo.handleCloseControls(true, false); in testSilenceCallsUpdateNotificationChannel() 1141 mNotificationInfo.handleCloseControls(true, false); in testUnSilenceCallsUpdateNotificationChannel() 1175 mNotificationInfo.handleCloseControls(true, false); in testSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified() 1213 mNotificationInfo.handleCloseControls(true, false); in testSilenceCallsUpdateNotificationChannel_channelImportanceMin() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGuts.java | 84 public boolean handleCloseControls(boolean save, boolean force); in handleCloseControls() method 254 || !mGutsContent.handleCloseControls(save, force) in closeControls()
|
D | AppOpsInfo.java | 197 public boolean handleCloseControls(boolean save, boolean force) { in handleCloseControls() method in AppOpsInfo
|
D | NotificationSnooze.java | 416 public boolean handleCloseControls(boolean save, boolean force) { in handleCloseControls() method in NotificationSnooze
|
D | NotificationInfo.java | 779 public boolean handleCloseControls(boolean save, boolean force) {
|