Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfoTest.java1128 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testSilenceCallsUpdateNotificationChannel()
1164 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testUnSilenceCallsUpdateNotificationChannel()
1198 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testAutomaticUnlocksUserImportance()
1235 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified()
1275 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testSilenceCallsUpdateNotificationChannel_channelImportanceMin()
1306 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testSilence_closeGutsThenTryToSave()
1346 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testAlertCallsUpdateNotificationChannel_channelImportanceMin()
1375 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testAdjustImportanceTemporarilyAllowsReordering()
1444 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testUnSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified()
1538 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testCloseControls_withoutHittingApply()
H A DNotificationConversationInfoTest.java741 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testFavorite()
785 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testDefault()
831 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testSilence()
874 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testFavorite_andSave()
1052 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testDefault_andSave()
1164 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testSilence_andSave()
1199 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testSilence_closeGutsThenTryToSave()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGuts.java126 boolean shouldBeSavedOnClose(); in shouldBeSavedOnClose() method
261 closeControls(x, y, mGutsContent.shouldBeSavedOnClose(), force); in closeControls()
H A DFeedbackInfo.java235 public boolean shouldBeSavedOnClose() { in shouldBeSavedOnClose() method in FeedbackInfo
H A DPartialConversationInfo.java269 public boolean shouldBeSavedOnClose() {
H A DNotificationSnooze.java441 public boolean shouldBeSavedOnClose() { in shouldBeSavedOnClose() method in NotificationSnooze
H A DNotificationConversationInfo.java569 public boolean shouldBeSavedOnClose() { in shouldBeSavedOnClose() method
H A DNotificationInfo.java604 public boolean shouldBeSavedOnClose() {