Searched refs:getSmallHash (Results 1 – 3 of 3) sorted by relevance
110 return Utility.getSmallHash(deviceId); in getConsistentDeviceId()
122 assertEquals("1438642069", Utility.getSmallHash("")); in testGetSmallHash()123 assertEquals("1354919068", Utility.getSmallHash("abc")); in testGetSmallHash()
471 public static String getSmallHash(final String value) { in getSmallHash() method in Utility