Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java614 record.setTextChanged(true); in testIsInterruptive_textChanged_notSeen()
627 record.setTextChanged(true); in testIsInterruptive_textChanged_seen()
641 record.setTextChanged(false); in testIsInterruptive_textNotChanged_seen()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java945 public void setTextChanged(boolean textChanged) { in setTextChanged() method in NotificationRecord