Home
last modified time | relevance | path

Searched refs:GattNativeInterface (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattObjectsFactory.java59 public GattNativeInterface getNativeInterface() { in getNativeInterface()
60 return GattNativeInterface.getInstance(); in getNativeInterface()
DGattNativeInterface.java28 public class GattNativeInterface { class
29 private static final String TAG = GattNativeInterface.class.getSimpleName();
34 private static GattNativeInterface sInstance;
38 private GattNativeInterface() {} in GattNativeInterface() method in GattNativeInterface
49 public static GattNativeInterface getInstance() { in getInstance()
52 sInstance = new GattNativeInterface(); in getInstance()
60 public static void setInstance(GattNativeInterface instance) { in setInstance()
DGattService.java196 private GattNativeInterface mNativeInterface;
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java82 import com.android.bluetooth.gatt.GattNativeInterface;
157 private @Mock GattNativeInterface mGattNativeInterface;
228 GattNativeInterface.setInstance(mGattNativeInterface); in setUp()
358 GattNativeInterface.setInstance(null); in tearDown()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DTransitionalScanHelperTest.java60 import com.android.bluetooth.gatt.GattNativeInterface;
105 @Mock private GattNativeInterface mNativeInterface;
DScanManagerTest.java78 import com.android.bluetooth.gatt.GattNativeInterface;
140 @Mock private GattNativeInterface mNativeInterface;
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java103 @Mock private GattNativeInterface mNativeInterface;