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.java208 public boolean hasDirectReplied() { in hasDirectReplied() method in NotificationStats
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java796 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
805 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
812 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
818 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
823 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
827 assertTrue(record.getStats().hasDirectReplied()); in testNotificationStats()
DNotificationManagerServiceTest.java6053 assertTrue(mService.getNotificationRecord(r.getKey()).getStats().hasDirectReplied()); in testStats_updatedOnDirectReply()
6071 assertThat(mService.getNotificationRecord(r.getKey()).getStats().hasDirectReplied()) in testStats_DirectReplyLifetimeExtendedPostsUpdate()
/frameworks/base/core/api/
Dsystem-current.txt12935 method public boolean hasDirectReplied();