Searched refs:setEncryptKeyOrRemoveKey (Results 1 – 3 of 3) sorted by relevance
184 private boolean setEncryptKeyOrRemoveKey(String prefixString, String decryptedString) { in setEncryptKeyOrRemoveKey() method in BluetoothKeystoreServiceTest186 mBluetoothKeystoreService.setEncryptKeyOrRemoveKey(prefixString, decryptedString); in setEncryptKeyOrRemoveKey()243 Assert.assertTrue(setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH)); in testCompareHashFile()258 Assert.assertTrue(setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH)); in testParserFileAfterDisableCommonCriteriaMode()
90 service.setEncryptKeyOrRemoveKey(prefixString, decryptedString); in setEncryptKeyOrRemoveKeyCallback()
185 setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH); in cleanupForCommonCriteriaModeEnable()279 public void setEncryptKeyOrRemoveKey(String prefixString, String decryptedString) in setEncryptKeyOrRemoveKey() method in BluetoothKeystoreService