Searched defs:installSystemApplicationInfo (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DLoadedApk.java186 * Must call {@link #installSystemApplicationInfo} later.
216 void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { method in class:LoadedApk
H A DContextImpl.java2459 void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { method in class:ContextImpl
2460 mPackageInfo.installSystemApplicationInfo(info, classLoader);
H A DActivityThread.java2075 packageInfo.installSystemApplicationInfo(aInfo,
2150 public void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { method in class:ActivityThread
2152 getSystemContext().installSystemApplicationInfo(info, classLoader);
2153 getSystemUiContext().installSystemApplicationInfo(info, classLoader);

Completed in 55 milliseconds