Home
last modified time | relevance | path

Searched refs:SmallHash (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordLoggerTest.java63 assertEquals(0, SmallHash.hash(0)); in testSmallHash()
64 final int maxHash = SmallHash.MAX_HASH; in testSmallHash()
66 SmallHash.hash(maxHash)); in testSmallHash()
68 SmallHash.hash(17 * maxHash)); in testSmallHash()
70 SmallHash.hash(maxHash - 1)); in testSmallHash()
72 SmallHash.hash(-1)); in testSmallHash()
81 assertEquals(SmallHash.MAX_HASH - 1, in testGetNotificationIdHash()
84 final int hash = SmallHash.hash(tag.hashCode()); in testGetNotificationIdHash()
92 SmallHash.hash(-1 ^ tag.hashCode()), in testGetNotificationIdHash()
95 SmallHash.hash(-1 ^ tag.hashCode())); in testGetNotificationIdHash()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DSmallHash.java25 public class SmallHash { class
DNotificationChannelLogger.java214 return SmallHash.hash(channel.getId()); in getIdHash()
221 return SmallHash.hash(group.getId()); in getIdHash()
DNotificationRecordLogger.java400 return SmallHash.hash(Objects.hashCode(r.getSbn().getTag()) ^ r.getSbn().getId()); in getNotificationIdHash()
407 return SmallHash.hash(r.getSbn().getNotification().getChannelId()); in getChannelIdHash()
414 return SmallHash.hash(r.getSbn().getGroup()); in getGroupIdHash()
/frameworks/base/services/core/
DAndroid.bp158 srcs: ["java/com/android/server/notification/SmallHash.java"]
/frameworks/base/services/
Dart-profile22242 HSPLcom/android/server/notification/SmallHash;->hash(I)I
22243 HSPLcom/android/server/notification/SmallHash;->hash(Ljava/lang/String;)I
43813 Lcom/android/server/notification/SmallHash;