Home
last modified time | relevance | path

Searched refs:getGroupIdHash (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerTest.java129 assertEquals(0, p.getGroupIdHash()); in testGetGroupIdHash()
134 p.getGroupIdHash()); in testGetGroupIdHash()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java463 int getGroupIdHash() { in getGroupIdHash() method in NotificationRecordLogger.NotificationRecordPair
513 this.group_id_hash = p.getGroupIdHash(); in NotificationReported()