Searched refs:hostingType (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | HostingRecord.java | 113 public HostingRecord(@NonNull String hostingType) { in HostingRecord() argument 114 this(hostingType, null /* hostingName */, REGULAR_ZYGOTE, null /* definingPackageName */, in HostingRecord() 119 public HostingRecord(@NonNull String hostingType, ComponentName hostingName) { in HostingRecord() argument 120 this(hostingType, hostingName, REGULAR_ZYGOTE); in HostingRecord() 123 public HostingRecord(@NonNull String hostingType, ComponentName hostingName, in HostingRecord() argument 125 this(hostingType, hostingName.toShortString(), REGULAR_ZYGOTE, in HostingRecord() 130 public HostingRecord(@NonNull String hostingType, ComponentName hostingName, in HostingRecord() argument 133 this(hostingType, hostingName.toShortString(), REGULAR_ZYGOTE, definingPackageName, in HostingRecord() 138 public HostingRecord(@NonNull String hostingType, ComponentName hostingName, boolean isTopApp) { in HostingRecord() argument 139 this(hostingType, hostingName.toShortString(), REGULAR_ZYGOTE, in HostingRecord() [all …]
|
/frameworks/base/core/java/android/app/ |
D | ActivityManagerInternal.java | 709 boolean knownToBeDead, boolean isTop, String hostingType, ComponentName hostingName); in startProcess() argument
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityTaskManagerService.java | 5196 String hostingType) { in startProcessAsync() argument 5213 isTop, hostingType, activity.intent.getComponent()); in startProcessAsync()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 11295 // hostingType field in ProcessRecord, the component type such as "activity",
|