Home
last modified time | relevance | path

Searched refs:AppComponentFactory (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DAppComponentFactory.java35 public class AppComponentFactory { class
153 public static final AppComponentFactory DEFAULT = new AppComponentFactory();
H A DLoadedApk.java163 private AppComponentFactory mAppComponentFactory;
269 private AppComponentFactory createAppFactory(ApplicationInfo appInfo, ClassLoader cl) { in createAppFactory()
272 return (AppComponentFactory) in createAppFactory()
278 return AppComponentFactory.DEFAULT; in createAppFactory()
281 public AppComponentFactory getAppFactory() { in getAppFactory()
986 mAppComponentFactory = AppComponentFactory.DEFAULT; in createOrUpdateClassLoaderLocked()
H A DInstrumentation.java1381 private AppComponentFactory getFactory(String pkg) { in getFactory()
1384 return AppComponentFactory.DEFAULT; in getFactory()
1389 return AppComponentFactory.DEFAULT; in getFactory()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIAppComponentFactoryBase.kt26 import androidx.core.app.AppComponentFactory
42 abstract class SystemUIAppComponentFactoryBase : AppComponentFactory() {
/aosp14/frameworks/base/packages/SystemUI/
H A DREADME.md18 having an `android.app.AppComponentFactory` specified. Specifically, it relies
19 on an `AppComponentFactory` that subclases `SystemUIAppComponentFactoryBase`.
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt1084 HSPLandroid/app/AppComponentFactory;-><init>()V
1085 HSPLandroid/app/AppComponentFactory;->instantiateActivity(Ljava/lang/ClassLoader;Ljava/lang/String;…
1086 HSPLandroid/app/AppComponentFactory;->instantiateApplication(Ljava/lang/ClassLoader;Ljava/lang/Stri…
1087 HSPLandroid/app/AppComponentFactory;->instantiateClassLoader(Ljava/lang/ClassLoader;Landroid/conten…
1088 HSPLandroid/app/AppComponentFactory;->instantiateProvider(Ljava/lang/ClassLoader;Ljava/lang/String;…
1089 HSPLandroid/app/AppComponentFactory;->instantiateReceiver(Ljava/lang/ClassLoader;Ljava/lang/String;…
1090 HSPLandroid/app/AppComponentFactory;->instantiateService(Ljava/lang/ClassLoader;Ljava/lang/String;L…
2022 HSPLandroid/app/Instrumentation;->getFactory(Ljava/lang/String;)Landroid/app/AppComponentFactory;
2108 …ctory(Landroid/content/pm/ApplicationInfo;Ljava/lang/ClassLoader;)Landroid/app/AppComponentFactory;
2115 HSPLandroid/app/LoadedApk;->getAppFactory()Landroid/app/AppComponentFactory;
[all …]
H A Dpreloaded-classes279 android.app.AppComponentFactory
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt1084 HSPLandroid/app/AppComponentFactory;-><init>()V
1085 HSPLandroid/app/AppComponentFactory;->instantiateActivity(Ljava/lang/ClassLoader;Ljava/lang/String;…
1086 HSPLandroid/app/AppComponentFactory;->instantiateApplication(Ljava/lang/ClassLoader;Ljava/lang/Stri…
1087 HSPLandroid/app/AppComponentFactory;->instantiateClassLoader(Ljava/lang/ClassLoader;Landroid/conten…
1088 HSPLandroid/app/AppComponentFactory;->instantiateProvider(Ljava/lang/ClassLoader;Ljava/lang/String;…
1089 HSPLandroid/app/AppComponentFactory;->instantiateReceiver(Ljava/lang/ClassLoader;Ljava/lang/String;…
1090 HSPLandroid/app/AppComponentFactory;->instantiateService(Ljava/lang/ClassLoader;Ljava/lang/String;L…
2022 HSPLandroid/app/Instrumentation;->getFactory(Ljava/lang/String;)Landroid/app/AppComponentFactory;
2108 …ctory(Landroid/content/pm/ApplicationInfo;Ljava/lang/ClassLoader;)Landroid/app/AppComponentFactory;
2115 HSPLandroid/app/LoadedApk;->getAppFactory()Landroid/app/AppComponentFactory;
[all …]
H A Dpreloaded-classes279 android.app.AppComponentFactory
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt3604 Landroid/app/AppComponentFactory;->DEFAULT:Landroid/app/AppComponentFactory;
6734 Landroid/app/Instrumentation;->getFactory(Ljava/lang/String;)Landroid/app/AppComponentFactory;
7361 …ctory(Landroid/content/pm/ApplicationInfo;Ljava/lang/ClassLoader;)Landroid/app/AppComponentFactory;
7366 Landroid/app/LoadedApk;->getAppFactory()Landroid/app/AppComponentFactory;
7383 Landroid/app/LoadedApk;->mAppComponentFactory:Landroid/app/AppComponentFactory;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt4973 public class AppComponentFactory {
4974 ctor public AppComponentFactory();