Home
last modified time | relevance | path

Searched refs:recordDirectReplied (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1260 public void recordDirectReplied() { in recordDirectReplied() method in NotificationRecord
H A DNotificationManagerService.java1369 r.recordDirectReplied();
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordTest.java691 record.recordDirectReplied(); in testNotificationStats()