Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanNativeInterface.java33 private static ScanNativeInterface sInterface; field in ScanNativeInterface
47 if (sInterface == null) { in getInstance()
48 sInterface = new ScanNativeInterface(); in getInstance()
51 return sInterface; in getInstance()
58 sInterface = instance; in setInstance()