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

/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1736 String hostingType, ComponentName hostingName, boolean allowWhileBooting) {
1811 startProcessLocked(app, hostingType, hostingNameStr);
1820 String hostingType, String hostingNameStr) {
1885 app.processName, hostingType,
1897 buf.append(hostingType);
1734 startProcessLocked(String processName, ApplicationInfo info, boolean knownToBeDead, int intentFlags, String hostingType, ComponentName hostingName, boolean allowWhileBooting) argument
1819 startProcessLocked(ProcessRecord app, String hostingType, String hostingNameStr) argument

Completed in 39 milliseconds