Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java777 mNotificationInfo.handleCloseControls(true, false); in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnchanged()
811 mNotificationInfo.handleCloseControls(true, false); in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnspecified()
840 mNotificationInfo.handleCloseControls(true, false); in testSilenceCallsUpdateNotificationChannel()
879 mNotificationInfo.handleCloseControls(true, false); in testUnSilenceCallsUpdateNotificationChannel()
913 mNotificationInfo.handleCloseControls(true, false); in testSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified()
951 mNotificationInfo.handleCloseControls(true, false); in testSilenceCallsUpdateNotificationChannel_channelImportanceMin()
988 mNotificationInfo.handleCloseControls(true, false); in testAlertCallsUpdateNotificationChannel_channelImportanceMin()
1020 mNotificationInfo.handleCloseControls(true, false); in testAdjustImportanceTemporarilyAllowsReordering()
1077 mNotificationInfo.handleCloseControls(true, false); in testUnSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified()
1110 mNotificationInfo.handleCloseControls(false, false); in testCloseControlsDoesNotUpdateIfSaveIsFalse()
[all …]
DNotificationConversationInfoTest.java174 mNotificationInfo.handleCloseControls(true, false); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java111 public boolean handleCloseControls(boolean save, boolean force); in handleCloseControls() method
310 || !mGutsContent.handleCloseControls(save, force) in closeControls()
DAppOpsInfo.java195 public boolean handleCloseControls(boolean save, boolean force) { in handleCloseControls() method in AppOpsInfo
DPartialConversationInfo.java299 public boolean handleCloseControls(boolean save, boolean force) {
DNotificationSnooze.java410 public boolean handleCloseControls(boolean save, boolean force) { in handleCloseControls() method in NotificationSnooze
DNotificationConversationInfo.java578 public boolean handleCloseControls(boolean save, boolean force) { in handleCloseControls() method
DNotificationInfo.java559 public boolean handleCloseControls(boolean save, boolean force) {