Home
last modified time | relevance | path

Searched refs:foundKey (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/core/
H A DPreferenceXmlParserUtilsTest.java304 boolean foundKey = false; in extractMetadata_requestSearchable_shouldReturnAttributeValue()
308 foundKey = true; in extractMetadata_requestSearchable_shouldReturnAttributeValue()
312 assertThat(foundKey).isTrue(); in extractMetadata_requestSearchable_shouldReturnAttributeValue()
/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp233 bool foundKey = true; in loadOrCreateAndVerifyEncryptionKey() local
238 foundKey = false; in loadOrCreateAndVerifyEncryptionKey()
245 if (!foundKey) { in loadOrCreateAndVerifyEncryptionKey()
286 bool foundKey = true; in loadOrCreateAndVerifyAuthenticationKey() local
291 foundKey = false; in loadOrCreateAndVerifyAuthenticationKey()
298 if (!foundKey) { in loadOrCreateAndVerifyAuthenticationKey()
/aosp12/frameworks/base/core/java/android/os/
H A DBinderProxy.java156 long foundKey = keyArray[i]; in get() local
157 if (key == foundKey) { in get()