Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java833 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/
DNotificationGuts.java84 public boolean handleCloseControls(boolean save, boolean force); in handleCloseControls() method
254 || !mGutsContent.handleCloseControls(save, force) in closeControls()
DAppOpsInfo.java197 public boolean handleCloseControls(boolean save, boolean force) { in handleCloseControls() method in AppOpsInfo
DNotificationSnooze.java416 public boolean handleCloseControls(boolean save, boolean force) { in handleCloseControls() method in NotificationSnooze
DNotificationInfo.java779 public boolean handleCloseControls(boolean save, boolean force) {