Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DContextImpl.java2786 void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { in installSystemApplicationInfo() method in ContextImpl
2787 mPackageInfo.installSystemApplicationInfo(info, classLoader); in installSystemApplicationInfo()
DLoadedApk.java247 void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { in installSystemApplicationInfo() method in LoadedApk
DActivityThread.java2374 packageInfo.installSystemApplicationInfo(aInfo, in getPackageInfo()
2476 public void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { in installSystemApplicationInfo() method in ActivityThread
2478 getSystemContext().installSystemApplicationInfo(info, classLoader); in installSystemApplicationInfo()
2479 getSystemUiContext().installSystemApplicationInfo(info, classLoader); in installSystemApplicationInfo()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java2118 mSystemThread.installSystemApplicationInfo(info, getClass().getClassLoader()); in setSystemProcess()
/frameworks/base/config/
Dboot-image-profile.txt1134 HSPLandroid/app/ActivityThread;->installSystemApplicationInfo(Landroid/content/pm/ApplicationInfo;L…
1759 HSPLandroid/app/ContextImpl;->installSystemApplicationInfo(Landroid/content/pm/ApplicationInfo;Ljav…
2441 HSPLandroid/app/LoadedApk;->installSystemApplicationInfo(Landroid/content/pm/ApplicationInfo;Ljava/…