Searched refs:HashResult (Results 1 – 3 of 3) sorted by relevance
68 HashedStringCache.HashResult cachedResult = in testHashedStringNotOriginalString()76 HashedStringCache.HashResult cachedResult = in testThatMultipleCallsResultInSameHash()78 HashedStringCache.HashResult cachedResult2 = in testThatMultipleCallsResultInSameHash()87 HashedStringCache.HashResult cachedResult = in testThatMultipleInputResultInDifferentHash()89 HashedStringCache.HashResult cachedResult2 = in testThatMultipleInputResultInDifferentHash()97 HashedStringCache.HashResult cachedResult = in testThatZeroDaysResultsInNewHash()99 HashedStringCache.HashResult cachedResult2 = in testThatZeroDaysResultsInNewHash()107 HashedStringCache.HashResult cachedResult = in testThatNegativeDaysResultsInNewHash()109 HashedStringCache.HashResult cachedResult2 = in testThatNegativeDaysResultsInNewHash()117 HashedStringCache.HashResult cachedResult = in testThatDaysGreater365ResultsInSameResult()[all …]
99 public HashResult hashString(Context context, String tag, String clearText, in hashString()109 return new HashResult(hashText, mSaltGen); in hashString()120 return new HashResult(hashText, mSaltGen); in hashString()201 public class HashResult { class in HashedStringCache205 public HashResult(String hString, int saltGen) { in HashResult() method in HashedStringCache.HashResult
1829 HashedStringCache.HashResult directTargetHashed = null;