Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBluetoothHciVendorSpecificNativeInterface.java22 public class BluetoothHciVendorSpecificNativeInterface { class
24 BluetoothHciVendorSpecificNativeInterface.class.getSimpleName();
27 private static BluetoothHciVendorSpecificNativeInterface sInstance;
32 public static BluetoothHciVendorSpecificNativeInterface getInstance() { in getInstance()
35 sInstance = new BluetoothHciVendorSpecificNativeInterface(); in getInstance()
43 static void setInstance(BluetoothHciVendorSpecificNativeInterface instance) { in setInstance()
DAdapterService.java337 private BluetoothHciVendorSpecificNativeInterface mBluetoothHciVendorSpecificNativeInterface;
829 BluetoothHciVendorSpecificNativeInterface getBluetoothHciVendorSpecificNativeInterface() { in getBluetoothHciVendorSpecificNativeInterface()
/packages/modules/Bluetooth/android/app/tests/instrumentation/com/android/bluetooth/btservice/
DAdapterServiceTest.java141 private @Mock BluetoothHciVendorSpecificNativeInterface mHciVendorSpecificNativeInterface;
212 BluetoothHciVendorSpecificNativeInterface.setInstance(mHciVendorSpecificNativeInterface); in setUp()
335 BluetoothHciVendorSpecificNativeInterface.setInstance(null); in tearDown()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java160 private @Mock BluetoothHciVendorSpecificNativeInterface mHciVendorSpecificNativeInterface;
234 BluetoothHciVendorSpecificNativeInterface.setInstance(mHciVendorSpecificNativeInterface); in setUp()
352 BluetoothHciVendorSpecificNativeInterface.setInstance(null); in tearDown()