Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAnrHelper.java118 ApplicationInfo aInfo, String parentShortComponentName, in appNotResponding() argument
169 parentShortComponentName, parentProcess, aboveSystem, timeoutRecord, in appNotResponding()
280 ApplicationInfo aInfo, String parentShortComponentName, in AnrRecord() argument
287 mParentShortComponentName = parentShortComponentName; in AnrRecord()
H A DProcessErrorStateRecord.java290 String parentShortComponentName, WindowProcessController parentProcess, in appNotResponding() argument
432 if (parentShortComponentName != null in appNotResponding()
433 && parentShortComponentName.equals(activityShortComponentName)) { in appNotResponding()
434 info.append("Parent: ").append(parentShortComponentName).append("\n"); in appNotResponding()
624 parentShortComponentName, parentPr, null, report.toString(), tracesFile, in appNotResponding()
H A DActivityManagerService.java9396 String parentShortComponentName, ProcessRecord parentProcess, in addErrorToDropBox() argument
9435 if (parentShortComponentName != null) { in addErrorToDropBox()
9439 if (!parentShortComponentName.equals(activityShortComponentName)) { in addErrorToDropBox()
9440 sb.append("Parent-Activity: ").append(parentShortComponentName).append("\n"); in addErrorToDropBox()
18379 ApplicationInfo aInfo, String parentShortComponentName, Object parentProc, in inputDispatchingTimedOut() argument
18382 activityShortComponentName, aInfo, parentShortComponentName, in inputDispatchingTimedOut()
19072 ApplicationInfo aInfo, String parentShortComponentName,
19098 parentShortComponentName, parentProcess, aboveSystem, timeoutRecord,
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DAnrHelperTest.java122 final String parentShortComponentName = "pkg.test/.P"; in testHandleAppNotResponding() local
130 parentShortComponentName, parentProcess, aboveSystem, timeoutRecord, in testHandleAppNotResponding()
134 eq(activityShortComponentName), eq(appInfo), eq(parentShortComponentName), in testHandleAppNotResponding()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java657 ApplicationInfo aInfo, String parentShortComponentName, Object parentProc, in inputDispatchingTimedOut() argument