Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java456 int getChannelIdHash() { in getChannelIdHash() method in NotificationRecordLogger.NotificationRecordPair
512 this.channel_id_hash = p.getChannelIdHash(); in NotificationReported()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerTest.java119 getNotificationRecordPair(0, null).getChannelIdHash()); in testGetChannelIdHash()