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()
66 public class BluetoothKeystoreService { class71 private static BluetoothKeystoreService sBluetoothKeystoreService;122 public BluetoothKeystoreService(boolean isNiapMode) { in BluetoothKeystoreService() method in BluetoothKeystoreService313 public static synchronized BluetoothKeystoreService getBluetoothKeystoreService() { in getBluetoothKeystoreService()327 BluetoothKeystoreService instance) { in setBluetoothKeystoreService()
43 private BluetoothKeystoreService mBluetoothKeystoreService;123 mBluetoothKeystoreService = new BluetoothKeystoreService(true); in setUp()283 mBluetoothKeystoreService = new BluetoothKeystoreService(false); in testParserFileAfterDisableNiapMode()307 mBluetoothKeystoreService = new BluetoothKeystoreService(true); in testParserFileAfterDisableNiapModeWhenEnableNiapMode()
85 import com.android.bluetooth.btservice.bluetoothkeystore.BluetoothKeystoreService;229 private BluetoothKeystoreService mBluetoothKeystoreService;440 mBluetoothKeystoreService = new BluetoothKeystoreService(isNiapMode()); in onCreate()