Searched refs:installSystemApplicationInfo (Results 1 – 4 of 4) sorted by relevance
2581 void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { in installSystemApplicationInfo() method in ContextImpl2582 mPackageInfo.installSystemApplicationInfo(info, classLoader); in installSystemApplicationInfo()
243 void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { in installSystemApplicationInfo() method in LoadedApk
2315 packageInfo.installSystemApplicationInfo(aInfo, in getPackageInfo()2417 public void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { in installSystemApplicationInfo() method in ActivityThread2419 getSystemContext().installSystemApplicationInfo(info, classLoader); in installSystemApplicationInfo()2420 getSystemUiContext().installSystemApplicationInfo(info, classLoader); in installSystemApplicationInfo()
2058 mSystemThread.installSystemApplicationInfo(info, getClass().getClassLoader()); in setSystemProcess()