Home
last modified time | relevance | path

Searched refs:BluetoothKeystoreService (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreNativeInterface.java74 BluetoothKeystoreService service = BluetoothKeystoreService.getBluetoothKeystoreService(); in setEncryptKeyOrRemoveKeyCallback()
91 BluetoothKeystoreService service = BluetoothKeystoreService.getBluetoothKeystoreService(); in getKeyCallback()
H A DBluetoothKeystoreService.java65 public class BluetoothKeystoreService { class
70 private static BluetoothKeystoreService sBluetoothKeystoreService;
121 public BluetoothKeystoreService(boolean isCommonCriteriaMode) { in BluetoothKeystoreService() method in BluetoothKeystoreService
318 public static synchronized BluetoothKeystoreService getBluetoothKeystoreService() { in getBluetoothKeystoreService()
332 BluetoothKeystoreService instance) { in setBluetoothKeystoreService()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreServiceTest.java43 private BluetoothKeystoreService mBluetoothKeystoreService;
123 mBluetoothKeystoreService = new BluetoothKeystoreService(true); in setUp()
283 mBluetoothKeystoreService = new BluetoothKeystoreService(false); in testParserFileAfterDisableCommonCriteriaMode()
307 mBluetoothKeystoreService = new BluetoothKeystoreService(true); in testParserFileAfterDisableCommonCriteriaModeWhenEnableCommonCriteriaMode()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java103 import com.android.bluetooth.btservice.bluetoothkeystore.BluetoothKeystoreService;
283 private BluetoothKeystoreService mBluetoothKeystoreService;
511 mBluetoothKeystoreService = new BluetoothKeystoreService(isCommonCriteriaMode()); in onCreate()