Home
last modified time | relevance | path

Searched refs:installSystemApplicationInfo (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
DContextImpl.java2640 void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { in installSystemApplicationInfo() method in ContextImpl
2641 mPackageInfo.installSystemApplicationInfo(info, classLoader); in installSystemApplicationInfo()
DLoadedApk.java244 void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { in installSystemApplicationInfo() method in LoadedApk
DActivityThread.java2334 packageInfo.installSystemApplicationInfo(aInfo, in getPackageInfo()
2436 public void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { in installSystemApplicationInfo() method in ActivityThread
2438 getSystemContext().installSystemApplicationInfo(info, classLoader); in installSystemApplicationInfo()
2439 getSystemUiContext().installSystemApplicationInfo(info, classLoader); in installSystemApplicationInfo()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java2069 mSystemThread.installSystemApplicationInfo(info, getClass().getClassLoader()); in setSystemProcess()
/frameworks/base/config/
Dboot-image-profile.txt822 HSPLandroid/app/ActivityThread;->installSystemApplicationInfo(Landroid/content/pm/ApplicationInfo;L…
1237 HSPLandroid/app/ContextImpl;->installSystemApplicationInfo(Landroid/content/pm/ApplicationInfo;Ljav…
Dhiddenapi-greylist-max-o.txt2134 Landroid/app/ActivityThread;->installSystemApplicationInfo(Landroid/content/pm/ApplicationInfo;Ljav…
4674 Landroid/app/ContextImpl;->installSystemApplicationInfo(Landroid/content/pm/ApplicationInfo;Ljava/l…
7382 Landroid/app/LoadedApk;->installSystemApplicationInfo(Landroid/content/pm/ApplicationInfo;Ljava/lan…