Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAnrHelper.java74 ApplicationInfo aInfo, String parentShortComponentName, in appNotResponding() argument
78 parentShortComponentName, parentProcess, aboveSystem, annotation)); in appNotResponding()
151 ApplicationInfo aInfo, String parentShortComponentName, in AnrRecord() argument
155 mParentShortComponentName = parentShortComponentName; in AnrRecord()
DProcessErrorStateRecord.java220 String parentShortComponentName, WindowProcessController parentProcess, in appNotResponding() argument
329 if (parentShortComponentName != null in appNotResponding()
330 && parentShortComponentName.equals(activityShortComponentName)) { in appNotResponding()
331 info.append("Parent: ").append(parentShortComponentName).append("\n"); in appNotResponding()
480 parentShortComponentName, parentPr, null, report.toString(), tracesFile, in appNotResponding()
DActivityManagerService.java8222 String parentShortComponentName, ProcessRecord parentProcess, in addErrorToDropBox() argument
8269 if (parentShortComponentName != null) { in addErrorToDropBox()
8273 if (!parentShortComponentName.equals(activityShortComponentName)) { in addErrorToDropBox()
8274 sb.append("Parent-Activity: ").append(parentShortComponentName).append("\n"); in addErrorToDropBox()
15928 ApplicationInfo aInfo, String parentShortComponentName, Object parentProc, in inputDispatchingTimedOut() argument
15931 activityShortComponentName, aInfo, parentShortComponentName, in inputDispatchingTimedOut()
16377 ApplicationInfo aInfo, String parentShortComponentName,
16405 parentShortComponentName, parentProcess, aboveSystem, annotation);
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DAnrHelperTest.java101 final String parentShortComponentName = "pkg.test/.P"; in testHandleAppNotResponding() local
107 parentShortComponentName, parentProcess, aboveSystem, annotation); in testHandleAppNotResponding()
110 eq(activityShortComponentName), eq(appInfo), eq(parentShortComponentName), in testHandleAppNotResponding()
/frameworks/base/core/java/android/app/
DActivityManagerInternal.java406 ApplicationInfo aInfo, String parentShortComponentName, Object parentProc, in inputDispatchingTimedOut() argument