Searched refs:CarHelperRegistry (Results 1 – 3 of 3) sorted by relevance
28 public class CarHelperRegistry { class42 private static final CarHelperRegistry GLOBAL_REGISTRY = new CarHelperRegistry();58 static synchronized CarHelperRegistry getRegistry(@NonNull Context context) { in getRegistry()85 return CarHelperRegistry.getRegistry(context) in getOrCreateWithAppContext()
100 return CarHelperRegistry.getOrCreateWithAppContext( in get()302 CarHelperRegistry.getRegistry(context).putHelper( in reset()309 CarHelperRegistry.getRegistry(context).putHelper(CarDrivingStateMonitor.class, monitor); in replace()
26 CarHelperRegistry getCarHelperRegistry(); in getCarHelperRegistry()