Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreNativeInterface.java74 BluetoothKeystoreService service = BluetoothKeystoreService.getBluetoothKeystoreService(); in setEncryptKeyOrRemoveKeyCallback()
91 BluetoothKeystoreService service = BluetoothKeystoreService.getBluetoothKeystoreService(); in getKeyCallback()
DBluetoothKeystoreService.java66 public class BluetoothKeystoreService { class
71 private static BluetoothKeystoreService sBluetoothKeystoreService;
122 public BluetoothKeystoreService(boolean isNiapMode) { in BluetoothKeystoreService() method in BluetoothKeystoreService
313 public static synchronized BluetoothKeystoreService getBluetoothKeystoreService() { in getBluetoothKeystoreService()
327 BluetoothKeystoreService instance) { in setBluetoothKeystoreService()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreServiceTest.java43 private BluetoothKeystoreService mBluetoothKeystoreService;
123 mBluetoothKeystoreService = new BluetoothKeystoreService(true); in setUp()
283 mBluetoothKeystoreService = new BluetoothKeystoreService(false); in testParserFileAfterDisableNiapMode()
307 mBluetoothKeystoreService = new BluetoothKeystoreService(true); in testParserFileAfterDisableNiapModeWhenEnableNiapMode()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java85 import com.android.bluetooth.btservice.bluetoothkeystore.BluetoothKeystoreService;
229 private BluetoothKeystoreService mBluetoothKeystoreService;
440 mBluetoothKeystoreService = new BluetoothKeystoreService(isNiapMode()); in onCreate()