Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DRankingBuilder.java200 public RankingBuilder setTextChanged(boolean textChanged) { in setTextChanged() method in RankingBuilder
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordTest.java819 record.setTextChanged(true); in testIsInterruptive_textChanged_notSeen()
832 record.setTextChanged(true); in testIsInterruptive_textChanged_seen()
846 record.setTextChanged(false); in testIsInterruptive_textNotChanged_seen()
H A DNotificationManagerServiceTest.java6776 r.setTextChanged(true); in testOnNotificationVisibilityChanged_triggersInterruptionUsageStat()
6790 r.setTextChanged(true); in testOnNotificationVisibilityChanged_triggersVisibilityLog()
6820 r.setTextChanged(true); in testSetNotificationsShownFromListener_triggersInterruptionUsageStat()
6841 r.setTextChanged(true); in testSetNotificationsShownFromListener_protectsCrossUserInformation()
6864 r.setTextChanged(true); in testCancelNotificationsFromListener_protectsCrossUserInformation()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1200 public void setTextChanged(boolean textChanged) { in setTextChanged() method in NotificationRecord
H A DNotificationManagerService.java7978 r.setTextChanged(isInterruptive);
7990 r.setTextChanged(isInterruptive);