Searched defs:hash (Results 1 – 3 of 3) sorted by relevance
34 jint hash = env->CallIntMethod(coreClass, midHashCode); in Java_android_jni_cts_ClassLoaderHelper_nativeGetHashCode() local
99 protected static byte[] hash(InputStream in) throws Exception { in hash() method in DownloadManagerTestBase
257 public static byte[] hash(InputStream in) throws Exception { in hash() method in ProviderTestUtils