Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationStatsTest.java45 assertFalse(stats.hasDirectReplied()); in testConstructor()
66 assertTrue(stats.hasDirectReplied()); in testDirectReplied()
DNotificationRecordTest.java571 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
580 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
587 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
593 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
598 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
602 assertTrue(record.getStats().hasDirectReplied()); in testNotificationStats()
DNotificationManagerServiceTest.java2793 assertTrue(mService.getNotificationRecord(r.getKey()).getStats().hasDirectReplied()); in testStats_updatedOnDirectReply()
/frameworks/base/core/java/android/service/notification/
DNotificationStats.java187 public boolean hasDirectReplied() { in hasDirectReplied() method in NotificationStats
/frameworks/base/api/
Dtest-current.txt2685 method public boolean hasDirectReplied();
Dsystem-current.txt6598 method public boolean hasDirectReplied();