Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DRankingBuilder.java200 public RankingBuilder setTextChanged(boolean textChanged) { in setTextChanged() method in RankingBuilder
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java985 record.setTextChanged(true); in testIsInterruptive_textChanged_notSeen()
998 record.setTextChanged(true); in testIsInterruptive_textChanged_seen()
1012 record.setTextChanged(false); in testIsInterruptive_textNotChanged_seen()
DNotificationManagerServiceTest.java7611 r.setTextChanged(true); in testOnNotificationVisibilityChanged_triggersInterruptionUsageStat()
7625 r.setTextChanged(true); in testOnNotificationVisibilityChanged_triggersVisibilityLog()
7655 r.setTextChanged(true); in testSetNotificationsShownFromListener_triggersInterruptionUsageStat()
7676 r.setTextChanged(true); in testSetNotificationsShownFromListener_protectsCrossUserInformation()
7699 r.setTextChanged(true); in testCancelNotificationsFromListener_protectsCrossUserInformation()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java1238 public void setTextChanged(boolean textChanged) { in setTextChanged() method in NotificationRecord
DNotificationManagerService.java8707 r.setTextChanged(isInterruptive);
8719 r.setTextChanged(isInterruptive);
/frameworks/base/services/
Dart-wear-profile16317 PLcom/android/server/notification/NotificationRecord;->setTextChanged(Z)V