Home
last modified time | relevance | path

Searched refs:BluetoothQualityReportNativeInterface (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBluetoothQualityReportNativeInterface.java31 public class BluetoothQualityReportNativeInterface { class
35 private static BluetoothQualityReportNativeInterface sInstance;
39 private BluetoothQualityReportNativeInterface() {} in BluetoothQualityReportNativeInterface() method in BluetoothQualityReportNativeInterface
42 public static BluetoothQualityReportNativeInterface getInstance() { in getInstance()
45 sInstance = new BluetoothQualityReportNativeInterface(); in getInstance()
53 static void setInstance(BluetoothQualityReportNativeInterface instance) { in setInstance()
DAdapterService.java317 private BluetoothQualityReportNativeInterface mBluetoothQualityReportNativeInterface;
708 BluetoothQualityReportNativeInterface.getInstance(), in init()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java153 private @Mock BluetoothQualityReportNativeInterface mQualityNativeInterface;
224 BluetoothQualityReportNativeInterface.setInstance(mQualityNativeInterface); in setUp()
354 BluetoothQualityReportNativeInterface.setInstance(null); in tearDown()