Searched refs:oldHash (Results 1 – 2 of 2) sorted by relevance
236 byte[] oldHash = new VerifyHandle(credential.getBytes(), sid).toBytes(); in initializeStorageWithCredential()238 mStorage.writeCredentialHash(CredentialHash.create(oldHash, in initializeStorageWithCredential()241 mStorage.writeCredentialHash(CredentialHash.create(oldHash, in initializeStorageWithCredential()
342 Integer oldHash; in run() local350 oldHash = hashMap.put(key, i); in run()357 oldHash = hashMap.remove(key); in run()366 if (!compare(oldHash, oldArray)) { in run()367 Log.e("test", "Bad result: expected " + oldHash + ", got " + oldArray); in run()