Searched refs:mBluetoothKeystoreService (Results 1 – 2 of 2) sorted by relevance
43 private BluetoothKeystoreService mBluetoothKeystoreService; field in BluetoothKeystoreServiceTest123 mBluetoothKeystoreService = new BluetoothKeystoreService(true); in setUp()124 Assert.assertNotNull(mBluetoothKeystoreService); in setUp()144 mBluetoothKeystoreService.cleanupAll(); in tearDown()148 mBluetoothKeystoreService.stopThread(); in tearDown()149 mBluetoothKeystoreService = null; in tearDown()189 mBluetoothKeystoreService.parseConfigFile(filePathString); in parseConfigFile()198 mBluetoothKeystoreService.loadEncryptionFile(filePathString, doDecrypt); in loadEncryptionFile()207 mBluetoothKeystoreService.setEncryptKeyOrRemoveKey(prefixString, decryptedString); in setEncryptKeyOrRemoveKey()216 return mBluetoothKeystoreService.compareFileHash(hashFilePathString); in compareFileHash()[all …]
230 private BluetoothKeystoreService mBluetoothKeystoreService; field in AdapterService441 mBluetoothKeystoreService = new BluetoothKeystoreService(isNiapMode()); in onCreate()442 mBluetoothKeystoreService.start(); in onCreate()443 int configCompareResult = mBluetoothKeystoreService.getCompareResult(); in onCreate()458 mBluetoothKeystoreService.initJni(); in onCreate()755 if (mBluetoothKeystoreService != null) { in cleanup()756 mBluetoothKeystoreService.cleanup(); in cleanup()1918 if (service.mBluetoothKeystoreService != null) { in factoryReset()1919 service.mBluetoothKeystoreService.factoryReset(); in factoryReset()