Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/stats/
DStatsUtilTest.java94 assertThat(emptyHashCode).isEqualTo(calculateHashCodeMd5withBigInteger(emptyStr)); in testCalculateHashCode_MD5_int32_sameAsBigInteger_intValue()
95 assertThat(shortHashCode).isEqualTo(calculateHashCodeMd5withBigInteger(shortStr)); in testCalculateHashCode_MD5_int32_sameAsBigInteger_intValue()
96 assertThat(mediumHashCode).isEqualTo(calculateHashCodeMd5withBigInteger(mediumStr)); in testCalculateHashCode_MD5_int32_sameAsBigInteger_intValue()
97 assertThat(longHashCode).isEqualTo(calculateHashCodeMd5withBigInteger(longStr)); in testCalculateHashCode_MD5_int32_sameAsBigInteger_intValue()
106 private static int calculateHashCodeMd5withBigInteger(@NonNull String str) in calculateHashCodeMd5withBigInteger() method in StatsUtilTest