Home
last modified time | relevance | path

Searched refs:hostingType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DHostingRecord.java57 public HostingRecord(String hostingType) { in HostingRecord() argument
58 this(hostingType, null, REGULAR_ZYGOTE, null, -1); in HostingRecord()
61 public HostingRecord(String hostingType, ComponentName hostingName) { in HostingRecord() argument
62 this(hostingType, hostingName, REGULAR_ZYGOTE); in HostingRecord()
65 public HostingRecord(String hostingType, String hostingName) { in HostingRecord() argument
66 this(hostingType, hostingName, REGULAR_ZYGOTE); in HostingRecord()
69 private HostingRecord(String hostingType, ComponentName hostingName, int hostingZygote) { in HostingRecord() argument
70 this(hostingType, hostingName.toShortString(), hostingZygote); in HostingRecord()
73 private HostingRecord(String hostingType, String hostingName, int hostingZygote) { in HostingRecord() argument
74 this(hostingType, hostingName, hostingZygote, null, -1); in HostingRecord()
[all …]
DActivityManagerService.java18409 boolean knownToBeDead, String hostingType, ComponentName hostingName) { in startProcess() argument
18417 new HostingRecord(hostingType, hostingName), in startProcess()
/frameworks/base/core/java/android/app/
DActivityManagerInternal.java314 boolean knownToBeDead, String hostingType, ComponentName hostingName); in startProcess() argument
/frameworks/base/cmds/statsd/src/
Datoms.proto5989 // hostingType field in ProcessRecord, the component type such as "activity",