Searched refs:ScanNativeInterface (Results 1 – 4 of 4) sorted by relevance
25 public class ScanNativeInterface { class26 private static final String TAG = ScanNativeInterface.class.getSimpleName();28 private static ScanNativeInterface sInterface;33 private ScanNativeInterface() {} in ScanNativeInterface() method in ScanNativeInterface40 public static ScanNativeInterface getInstance() { in getInstance()43 sInterface = new ScanNativeInterface(); in getInstance()
64 public ScanNativeInterface getScanNativeInterface() { in getScanNativeInterface()65 return ScanNativeInterface.getInstance(); in getScanNativeInterface()
979 private ScanNativeInterface mNativeInterface;
118 @Mock private ScanNativeInterface mScanNativeInterface;