Searched refs:mBluetoothKeystoreService (Results 1 – 2 of 2) sorted by relevance
124 Assert.assertNotNull(mBluetoothKeystoreService); in setUp()144 mBluetoothKeystoreService.cleanupAll(); in tearDown()148 mBluetoothKeystoreService.stopThread(); in tearDown()149 mBluetoothKeystoreService = null; in tearDown()238 mBluetoothKeystoreService.stopThread(); in testEncrypt()248 mBluetoothKeystoreService.saveEncryptedKey(); in testDecrypt()250 mBluetoothKeystoreService.cleanupMemory(); in testDecrypt()254 mBluetoothKeystoreService.stopThread(); in testDecrypt()265 mBluetoothKeystoreService.cleanupMemory(); in testCompareHashFile()286 mBluetoothKeystoreService.loadConfigData(); in testParserFileAfterDisableCommonCriteriaMode()[all …]
283 private BluetoothKeystoreService mBluetoothKeystoreService; field in AdapterService511 mBluetoothKeystoreService = new BluetoothKeystoreService(isCommonCriteriaMode()); in onCreate()512 mBluetoothKeystoreService.start(); in onCreate()515 int configCompareResult = mBluetoothKeystoreService.getCompareResult(); in onCreate()543 mBluetoothKeystoreService.initJni(); in onCreate()882 if (mBluetoothKeystoreService != null) { in cleanup()883 mBluetoothKeystoreService.cleanup(); in cleanup()2230 if (service.mBluetoothKeystoreService != null) { in factoryReset()2231 service.mBluetoothKeystoreService.factoryReset(); in factoryReset()