Searched refs:installSystemApplicationInfo (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DContextImpl.java2127 void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { method in class:ContextImpl
2128 mPackageInfo.installSystemApplicationInfo(info, classLoader);
H A DLoadedApk.java180 * Must call {@link #installSystemApplicationInfo} later.
209 void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { method in class:LoadedApk
H A DActivityThread.java1980 packageInfo.installSystemApplicationInfo(aInfo,
2042 public void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) { method in class:ActivityThread
2044 getSystemContext().installSystemApplicationInfo(info, classLoader);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2437 mSystemThread.installSystemApplicationInfo(info, getClass().getClassLoader());

Completed in 89 milliseconds