Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/util/
H A DCarHelperRegistry.java28 public class CarHelperRegistry { class
42 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()
H A DCarDrivingStateMonitor.java100 return CarHelperRegistry.getOrCreateWithAppContext( in get()
302 CarHelperRegistry.getRegistry(context).putHelper( in reset()
309 CarHelperRegistry.getRegistry(context).putHelper(CarDrivingStateMonitor.class, monitor); in replace()
H A DCarHelperInjectionContext.java26 CarHelperRegistry getCarHelperRegistry(); in getCarHelperRegistry()