Home
last modified time | relevance | path

Searched refs:SdpManagerNativeInterface (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMnsService.java28 import com.android.bluetooth.sdp.SdpManagerNativeInterface;
55 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in MnsService()
86 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in cleanUpSdpRecord()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sdp/
DSdpManagerNativeInterface.java22 public class SdpManagerNativeInterface { class
23 private static final String TAG = SdpManagerNativeInterface.class.getSimpleName();
26 private static SdpManagerNativeInterface sInstance;
34 public static SdpManagerNativeInterface getInstance() { in getInstance()
37 sInstance = new SdpManagerNativeInterface(); in getInstance()
45 public static void setInstance(SdpManagerNativeInterface instance) { in setInstance()
DSdpManager.java61 private final SdpManagerNativeInterface mNativeInterface =
62 SdpManagerNativeInterface.getInstance();
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sdp/
DDipTest.java66 @Mock private SdpManagerNativeInterface mNativeInterface;
70 SdpManagerNativeInterface.setInstance(mNativeInterface); in setUp()
88 SdpManagerNativeInterface.setInstance(null); in tearDown()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java36 import com.android.bluetooth.sdp.SdpManagerNativeInterface;
139 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in removeSdpRecord()
370 return SdpManagerNativeInterface.getInstance() in createMasSdpRecord()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientService.java47 import com.android.bluetooth.sdp.SdpManagerNativeInterface;
285 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in registerSdpRecord()
302 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in cleanUpSdpRecord()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java36 import com.android.bluetooth.sdp.SdpManagerNativeInterface;
132 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in removeSdpRecord()
172 SdpManagerNativeInterface.getInstance() in initSocket()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java63 import com.android.bluetooth.sdp.SdpManagerNativeInterface;
385 SdpManagerNativeInterface.getInstance() in createSdpRecord()
404 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in cleanUpSdpRecord()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppService.java71 import com.android.bluetooth.sdp.SdpManagerNativeInterface;
515 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in startSocketListener()
1352 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in stopListeners()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java85 import com.android.bluetooth.sdp.SdpManagerNativeInterface;
154 private @Mock SdpManagerNativeInterface mSdpNativeInterface;
225 SdpManagerNativeInterface.setInstance(mSdpNativeInterface); in setUp()
355 SdpManagerNativeInterface.setInstance(null); in tearDown()