Home
last modified time | relevance | path

Searched refs:getHostingRecord (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java2169 final Process.ProcessStartResult startResult = startProcess(app.getHostingRecord(),
2208 app.getHostingRecord().getDefiningUid());
2214 app.getHostingRecord().getDefiningUid());
2237 final int uid = app.getHostingRecord().getDefiningUid();
2246 app.info.processName, app.getHostingRecord().getDefiningUid());
2259 appInfo.packageName = app.getHostingRecord().getDefiningPackageName();
2670 app.processName, app.getHostingRecord().getType(),
2671 app.getHostingRecord().getName() != null ? app.getHostingRecord().getName() : "");
2697 buf.append(app.getHostingRecord().getType());
2698 if (app.getHostingRecord().getName() != null) {
[all …]
H A DAppExitInfoTracker.java994 final int definingUid = app.getHostingRecord() != null in obtainRawRecord()
995 ? app.getHostingRecord().getDefiningUid() : 0; in obtainRawRecord()
H A DProcessRecord.java651 HostingRecord getHostingRecord() { in getHostingRecord() method in ProcessRecord
H A DActivityManagerService.java4658 app.getHostingRecord().getType(), in attachApplicationLocked()
4659 (app.getHostingRecord().getName() != null ? app.getHostingRecord().getName() : "")); in attachApplicationLocked()
/aosp12/frameworks/base/services/
H A Dart-profile8769 HSPLcom/android/server/am/ProcessRecord;->getHostingRecord()Lcom/android/server/am/HostingRecord;