Searched defs:hashString (Results 1 – 5 of 5) sorted by relevance
20 static native long hashString(String stringToHash); in hashString() method in Utils
36 static jlong hashString(JNIEnv* env, jclass /*class*/, jstring metricNameObj) { in hashString() function
99 public HashResult hashString(Context context, String tag, String clearText, in hashString() method in HashedStringCache
125 string hashString(const string& s) { in hashString() function
265 const String8 hashString(args[2]); in dump() local