Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerTest.java95 getNotificationRecordPair(0, null).getNotificationIdHash()); in testGetNotificationIdHash()
97 getNotificationRecordPair(1, null).getNotificationIdHash()); in testGetNotificationIdHash()
99 getNotificationRecordPair(-1, null).getNotificationIdHash()); in testGetNotificationIdHash()
102 assertEquals(hash, getNotificationRecordPair(0, tag).getNotificationIdHash()); in testGetNotificationIdHash()
106 getNotificationRecordPair(1, tag).getNotificationIdHash()); in testGetNotificationIdHash()
110 getNotificationRecordPair(-1, tag).getNotificationIdHash()); in testGetNotificationIdHash()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java449 int getNotificationIdHash() { in getNotificationIdHash() method in NotificationRecordLogger.NotificationRecordPair
511 this.notification_id_hash = p.getNotificationIdHash(); in NotificationReported()
/aosp14/frameworks/base/services/
H A Dart-profile5297 …roid/server/notification/NotificationRecordLogger$NotificationRecordPair;->getNotificationIdHash()I