Searched refs:foundKey (Results 1 – 3 of 3) sorted by relevance
304 boolean foundKey = false; in extractMetadata_requestSearchable_shouldReturnAttributeValue()308 foundKey = true; in extractMetadata_requestSearchable_shouldReturnAttributeValue()312 assertThat(foundKey).isTrue(); in extractMetadata_requestSearchable_shouldReturnAttributeValue()
233 bool foundKey = true; in loadOrCreateAndVerifyEncryptionKey() local238 foundKey = false; in loadOrCreateAndVerifyEncryptionKey()245 if (!foundKey) { in loadOrCreateAndVerifyEncryptionKey()286 bool foundKey = true; in loadOrCreateAndVerifyAuthenticationKey() local291 foundKey = false; in loadOrCreateAndVerifyAuthenticationKey()298 if (!foundKey) { in loadOrCreateAndVerifyAuthenticationKey()
156 long foundKey = keyArray[i]; in get() local157 if (key == foundKey) { in get()