Home
last modified time | relevance | path

Searched refs:sInterface (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java40 private static HeadsetNativeInterface sInterface; field in HeadsetNativeInterface
52 if (sInterface == null) { in getInstance()
53 sInterface = new HeadsetNativeInterface(); in getInstance()
56 return sInterface; in getInstance()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java43 private static NativeInterface sInterface; field in NativeInterface
53 if (sInterface == null) { in getInstance()
54 sInterface = new NativeInterface(); in getInstance()
57 return sInterface; in getInstance()