Searched refs:SdpManagerNativeInterface (Results 1 – 10 of 10) sorted by relevance
28 import com.android.bluetooth.sdp.SdpManagerNativeInterface;55 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in MnsService()86 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in cleanUpSdpRecord()
22 public class SdpManagerNativeInterface { class23 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()
61 private final SdpManagerNativeInterface mNativeInterface =62 SdpManagerNativeInterface.getInstance();
66 @Mock private SdpManagerNativeInterface mNativeInterface;70 SdpManagerNativeInterface.setInstance(mNativeInterface); in setUp()88 SdpManagerNativeInterface.setInstance(null); in tearDown()
36 import com.android.bluetooth.sdp.SdpManagerNativeInterface;139 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in removeSdpRecord()370 return SdpManagerNativeInterface.getInstance() in createMasSdpRecord()
47 import com.android.bluetooth.sdp.SdpManagerNativeInterface;285 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in registerSdpRecord()302 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in cleanUpSdpRecord()
36 import com.android.bluetooth.sdp.SdpManagerNativeInterface;132 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in removeSdpRecord()172 SdpManagerNativeInterface.getInstance() in initSocket()
63 import com.android.bluetooth.sdp.SdpManagerNativeInterface;385 SdpManagerNativeInterface.getInstance() in createSdpRecord()404 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in cleanUpSdpRecord()
71 import com.android.bluetooth.sdp.SdpManagerNativeInterface;515 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in startSocketListener()1352 SdpManagerNativeInterface nativeInterface = SdpManagerNativeInterface.getInstance(); in stopListeners()
85 import com.android.bluetooth.sdp.SdpManagerNativeInterface;154 private @Mock SdpManagerNativeInterface mSdpNativeInterface;225 SdpManagerNativeInterface.setInstance(mSdpNativeInterface); in setUp()355 SdpManagerNativeInterface.setInstance(null); in tearDown()