Searched refs:parentShortComponentName (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ActivityManagerInternal.java | 275 ApplicationInfo aInfo, String parentShortComponentName, Object parentProc, in inputDispatchingTimedOut() argument
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessRecord.java | 1410 String parentShortComponentName, WindowProcessController parentProcess, in appNotResponding() argument 1495 if (parentShortComponentName != null in appNotResponding() 1496 && parentShortComponentName.equals(activityShortComponentName)) { in appNotResponding() 1497 info.append("Parent: ").append(parentShortComponentName).append("\n"); in appNotResponding() 1564 parentShortComponentName, parentPr, annotation, cpuInfo, tracesFile, null); in appNotResponding()
|
D | ActivityManagerService.java | 9581 String parentShortComponentName, ProcessRecord parentProcess, in addErrorToDropBox() argument 9615 if (parentShortComponentName != null) { in addErrorToDropBox() 9619 if (!parentShortComponentName.equals(activityShortComponentName)) { in addErrorToDropBox() 9620 sb.append("Parent-Activity: ").append(parentShortComponentName).append("\n"); in addErrorToDropBox() 18431 ApplicationInfo aInfo, String parentShortComponentName, Object parentProc, in inputDispatchingTimedOut() argument 18434 activityShortComponentName, aInfo, parentShortComponentName, in inputDispatchingTimedOut() 18658 ApplicationInfo aInfo, String parentShortComponentName, in inputDispatchingTimedOut() argument 18686 parentShortComponentName, parentProcess, aboveSystem, annotation); in inputDispatchingTimedOut()
|