Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreNativeInterface.java31 private BluetoothKeystoreService mBluetoothKeystoreService;
63 public void init(BluetoothKeystoreService service) { in init()
79 final BluetoothKeystoreService service = mBluetoothKeystoreService; in setEncryptKeyOrRemoveKeyCallback()
101 final BluetoothKeystoreService service = mBluetoothKeystoreService; in getKeyCallback()
DBluetoothKeystoreService.java61 public class BluetoothKeystoreService { class
62 private static final String TAG = BluetoothKeystoreService.class.getSimpleName();
64 private static BluetoothKeystoreService sBluetoothKeystoreService;
112 public BluetoothKeystoreService( in BluetoothKeystoreService() method in BluetoothKeystoreService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreServiceTest.java47 private BluetoothKeystoreService mBluetoothKeystoreService;
100 mBluetoothKeystoreService = new BluetoothKeystoreService(mMockNativeInterface, true); in setUp()
263 mBluetoothKeystoreService = new BluetoothKeystoreService(mMockNativeInterface, false); in testParserFileAfterDisableCommonCriteriaMode()
285 mBluetoothKeystoreService = new BluetoothKeystoreService(mMockNativeInterface, true); in testParserFileAfterDisableCommonCriteriaModeWhenEnableCommonCriteriaMode()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java125 import com.android.bluetooth.btservice.bluetoothkeystore.BluetoothKeystoreService;
297 private BluetoothKeystoreService mBluetoothKeystoreService;
668 new BluetoothKeystoreService( in init()