Searched refs:BluetoothKeystoreService (Results 1 – 4 of 4) sorted by relevance
74 BluetoothKeystoreService service = BluetoothKeystoreService.getBluetoothKeystoreService(); in setEncryptKeyOrRemoveKeyCallback()91 BluetoothKeystoreService service = BluetoothKeystoreService.getBluetoothKeystoreService(); in getKeyCallback()
65 public class BluetoothKeystoreService { class70 private static BluetoothKeystoreService sBluetoothKeystoreService;121 public BluetoothKeystoreService(boolean isCommonCriteriaMode) { in BluetoothKeystoreService() method in BluetoothKeystoreService318 public static synchronized BluetoothKeystoreService getBluetoothKeystoreService() { in getBluetoothKeystoreService()332 BluetoothKeystoreService instance) { in setBluetoothKeystoreService()
43 private BluetoothKeystoreService mBluetoothKeystoreService;123 mBluetoothKeystoreService = new BluetoothKeystoreService(true); in setUp()283 mBluetoothKeystoreService = new BluetoothKeystoreService(false); in testParserFileAfterDisableCommonCriteriaMode()307 mBluetoothKeystoreService = new BluetoothKeystoreService(true); in testParserFileAfterDisableCommonCriteriaModeWhenEnableCommonCriteriaMode()
103 import com.android.bluetooth.btservice.bluetoothkeystore.BluetoothKeystoreService;283 private BluetoothKeystoreService mBluetoothKeystoreService;511 mBluetoothKeystoreService = new BluetoothKeystoreService(isCommonCriteriaMode()); in onCreate()