Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DContextImpl.java3166 void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { in installSystemApplicationInfo() method in ContextImpl
3167 mPackageInfo.installSystemApplicationInfo(info, classLoader); in installSystemApplicationInfo()
DLoadedApk.java249 void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { in installSystemApplicationInfo() method in LoadedApk
DActivityThread.java2526 packageInfo.installSystemApplicationInfo(aInfo, in getPackageInfo()
2634 public void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { in installSystemApplicationInfo() method in ActivityThread
2636 getSystemContext().installSystemApplicationInfo(info, classLoader); in installSystemApplicationInfo()
2637 getSystemUiContext().installSystemApplicationInfo(info, classLoader); in installSystemApplicationInfo()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1801 mSystemThread.installSystemApplicationInfo(info, getClass().getClassLoader()); in setSystemProcess()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2134 Landroid/app/ActivityThread;->installSystemApplicationInfo(Landroid/content/pm/ApplicationInfo;Ljav…
4671 Landroid/app/ContextImpl;->installSystemApplicationInfo(Landroid/content/pm/ApplicationInfo;Ljava/l…
7379 Landroid/app/LoadedApk;->installSystemApplicationInfo(Landroid/content/pm/ApplicationInfo;Ljava/lan…