Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationStats.java192 public boolean hasDirectReplied() { in hasDirectReplied() method in NotificationStats
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java657 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
666 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
673 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
679 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
684 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
688 assertTrue(record.getStats().hasDirectReplied()); in testNotificationStats()
DNotificationManagerServiceTest.java3724 assertTrue(mService.getNotificationRecord(r.getKey()).getStats().hasDirectReplied()); in testStats_updatedOnDirectReply()
/frameworks/base/core/api/
Dsystem-current.txt10114 method public boolean hasDirectReplied();