Home
last modified time | relevance | path

Searched refs:mBluetoothKeystoreService (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreServiceTest.java124 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 …]
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java283 private BluetoothKeystoreService mBluetoothKeystoreService; field in AdapterService
511 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()