Searched refs:CONFIG_FILE_HASH (Results 1 – 3 of 3) sorted by relevance
58 private static final String CONFIG_FILE_HASH = "hash"; field in BluetoothKeystoreServiceTest234 assertThat(setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH)).isTrue(); in testCompareHashFile()249 assertThat(setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH)).isTrue(); in testParserFileAfterDisableCommonCriteriaMode()
76 private static final String CONFIG_FILE_HASH = "hash"; field in BluetoothKeystoreService185 setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH); in cleanupForCommonCriteriaModeEnable()288 } else if (decryptedString.equals(CONFIG_FILE_HASH)) { in setEncryptKeyOrRemoveKey()
58 static const std::string CONFIG_FILE_HASH = "hash"; variable