Searched refs:setEncryptKeyOrRemoveKey (Results 1 – 3 of 3) sorted by relevance
205 private boolean setEncryptKeyOrRemoveKey(String prefixString, String decryptedString) { in setEncryptKeyOrRemoveKey() method in BluetoothKeystoreServiceTest207 mBluetoothKeystoreService.setEncryptKeyOrRemoveKey(prefixString, decryptedString); in setEncryptKeyOrRemoveKey()263 Assert.assertTrue(setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH)); in testCompareHashFile()278 Assert.assertTrue(setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH)); in testParserFileAfterDisableCommonCriteriaMode()
77 service.setEncryptKeyOrRemoveKey(prefixString, decryptedString); in setEncryptKeyOrRemoveKeyCallback()
215 setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH); in cleanupForCommonCriteriaModeEnable()353 public void setEncryptKeyOrRemoveKey(String prefixString, String decryptedString) in setEncryptKeyOrRemoveKey() method in BluetoothKeystoreService