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

/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1944 String hostingType, ComponentName hostingName, boolean allowWhileBooting,
2039 startProcessLocked(app, hostingType, hostingNameStr);
2048 String hostingType, String hostingNameStr) {
2151 app.processName, hostingType,
2163 buf.append(hostingType);
1942 startProcessLocked(String processName, ApplicationInfo info, boolean knownToBeDead, int intentFlags, String hostingType, ComponentName hostingName, boolean allowWhileBooting, boolean isolated) argument
2047 startProcessLocked(ProcessRecord app, String hostingType, String hostingNameStr) argument

Completed in 32 milliseconds