Searched refs:sSingletonInstance (Results 1 – 2 of 2) sorted by relevance
53 private static ActivityRecognitionHardware sSingletonInstance; field in ActivityRecognitionHardware79 if (sSingletonInstance == null) { in getInstance()80 sSingletonInstance = new ActivityRecognitionHardware(context); in getInstance()83 return sSingletonInstance; in getInstance()
52 private static FlpHardwareProvider sSingletonInstance = null; field in FlpHardwareProvider72 if (sSingletonInstance == null) { in getInstance()73 sSingletonInstance = new FlpHardwareProvider(context); in getInstance()74 sSingletonInstance.nativeInit(); in getInstance()77 return sSingletonInstance; in getInstance()