Searched refs:CONFIG_FILE_PREFIX (Results 1 – 3 of 3) sorted by relevance
54 private static final String CONFIG_FILE_PREFIX = "bt_config-origin"; field in BluetoothKeystoreServiceTest243 Assert.assertTrue(setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH)); in testCompareHashFile()258 Assert.assertTrue(setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH)); in testParserFileAfterDisableCommonCriteriaMode()273 mBluetoothKeystoreService.getNameDecryptKey().remove(CONFIG_FILE_PREFIX); in testParserFileAfterDisableCommonCriteriaMode()
74 private static final String CONFIG_FILE_PREFIX = "bt_config-origin"; field in BluetoothKeystoreService185 setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH); in cleanupForCommonCriteriaModeEnable()285 if (prefixString.equals(CONFIG_FILE_PREFIX)) { in setEncryptKeyOrRemoveKey()289 readHashFile(CONFIG_FILE_PATH, CONFIG_FILE_PREFIX); in setEncryptKeyOrRemoveKey()290 mPendingEncryptKey.put(CONFIG_FILE_PREFIX); in setEncryptKeyOrRemoveKey()368 if (key.equals(CONFIG_FILE_PREFIX)) { in saveEncryptedKey()426 prefixString = CONFIG_FILE_PREFIX; in compareFileHash()
59 static const std::string CONFIG_FILE_PREFIX = "bt_config-origin"; variable