Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/pluginsupport/
H A DPluginFactorySingleton.java67 private static PluginFactory sInstance;
84 public static PluginFactory get(Context context) { in get()
93 private static PluginFactory getImpl(Context context) { in getImpl()
127 sInstance = (PluginFactory) getPluginFactoryMethod in getImpl()
188 sInstance = (PluginFactory) getPluginFactoryMethod in getImpl()
H A DOemApiUtil.java58 static PluginFactory getPluginFactory( in getPluginFactory()
84 PluginFactory oemPluginFactory = null; in getPluginFactory()
H A DPluginFactory.java38 public interface PluginFactory { interface
H A DPluginFactoryAdapterV1.java56 public final class PluginFactoryAdapterV1 implements PluginFactory {
H A DPluginFactoryStub.java61 public final class PluginFactoryStub implements PluginFactory {
H A DPluginFactoryAdapterV2.java82 public final class PluginFactoryAdapterV2 implements PluginFactory {
/aosp12/build/soong/java/
H A Dplugin.go24 ctx.RegisterModuleType("java_plugin", PluginFactory)
28 func PluginFactory() android.Module { func