Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattObjectsFactory.java64 public ScanNativeInterface getScanNativeInterface() { in getScanNativeInterface() method in GattObjectsFactory
DScanManager.java982 mNativeInterface = GattObjectsFactory.getInstance().getScanNativeInterface(); in ScanNative()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DScanManagerTest.java148 doReturn(mScanNativeInterface).when(mFactory).getScanNativeInterface(); in setUp()