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.java43 assertFalse(stats.hasDirectReplied()); in testConstructor()
63 assertTrue(stats.hasDirectReplied()); in testDirectReplied()
DNotificationRecordTest.java492 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
501 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
508 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
514 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
519 assertFalse(record.getStats().hasDirectReplied()); in testNotificationStats()
523 assertTrue(record.getStats().hasDirectReplied()); in testNotificationStats()
/frameworks/base/core/java/android/service/notification/
DNotificationStats.java149 public boolean hasDirectReplied() { in hasDirectReplied() method in NotificationStats
/frameworks/base/api/
Dtest-current.txt880 method public boolean hasDirectReplied();
Dsystem-current.txt4599 method public boolean hasDirectReplied();
/frameworks/base/config/
Dhiddenapi-public-dex.txt40168 Landroid/service/notification/NotificationStats;->hasDirectReplied()Z