Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java719 record.setTextChanged(true); in testIsInterruptive_textChanged_notSeen()
732 record.setTextChanged(true); in testIsInterruptive_textChanged_seen()
746 record.setTextChanged(false); in testIsInterruptive_textNotChanged_seen()
DNotificationManagerServiceTest.java3807 r.setTextChanged(true); in testOnNotificationVisibilityChanged_triggersInterruptionUsageStat()
3822 r.setTextChanged(true); in testSetNotificationsShownFromListener_triggersInterruptionUsageStat()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java1030 public void setTextChanged(boolean textChanged) { in setTextChanged() method in NotificationRecord
DNotificationManagerService.java5621 r.setTextChanged(isInterruptive);