Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java1010 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testSilenceCallsUpdateNotificationChannel()
1045 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testUnSilenceCallsUpdateNotificationChannel()
1078 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testAutomaticUnlocksUserImportance()
1114 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified()
1153 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testSilenceCallsUpdateNotificationChannel_channelImportanceMin()
1183 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testSilence_closeGutsThenTryToSave()
1222 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testAlertCallsUpdateNotificationChannel_channelImportanceMin()
1250 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testAdjustImportanceTemporarilyAllowsReordering()
1317 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testUnSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified()
1408 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testCloseControls_withoutHittingApply()
DNotificationConversationInfoTest.java742 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testFavorite()
786 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testDefault()
832 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testSilence()
875 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testFavorite_andSave()
1053 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testDefault_andSave()
1165 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testSilence_andSave()
1200 assertFalse(mNotificationInfo.shouldBeSavedOnClose()); in testSilence_closeGutsThenTryToSave()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java126 boolean shouldBeSavedOnClose(); in shouldBeSavedOnClose() method
261 closeControls(x, y, mGutsContent.shouldBeSavedOnClose(), force); in closeControls()
DPartialConversationInfo.java264 public boolean shouldBeSavedOnClose() {
DFeedbackInfo.java236 public boolean shouldBeSavedOnClose() { in shouldBeSavedOnClose() method in FeedbackInfo
DNotificationSnooze.java491 public boolean shouldBeSavedOnClose() { in shouldBeSavedOnClose() method in NotificationSnooze
DNotificationConversationInfo.java568 public boolean shouldBeSavedOnClose() { in shouldBeSavedOnClose() method
DNotificationInfo.java584 public boolean shouldBeSavedOnClose() {