Searched refs:handleCloseControls (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationInfoTest.java | 777 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 …]
|
D | NotificationConversationInfoTest.java | 174 mNotificationInfo.handleCloseControls(true, false); in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGuts.java | 111 public boolean handleCloseControls(boolean save, boolean force); in handleCloseControls() method 310 || !mGutsContent.handleCloseControls(save, force) in closeControls()
|
D | AppOpsInfo.java | 195 public boolean handleCloseControls(boolean save, boolean force) { in handleCloseControls() method in AppOpsInfo
|
D | PartialConversationInfo.java | 299 public boolean handleCloseControls(boolean save, boolean force) {
|
D | NotificationSnooze.java | 410 public boolean handleCloseControls(boolean save, boolean force) { in handleCloseControls() method in NotificationSnooze
|
D | NotificationConversationInfo.java | 578 public boolean handleCloseControls(boolean save, boolean force) { in handleCloseControls() method
|
D | NotificationInfo.java | 559 public boolean handleCloseControls(boolean save, boolean force) {
|