Searched refs:parentShortComponentName (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ActivityManagerInternal.java | 287 ApplicationInfo aInfo, String parentShortComponentName, Object parentProc, in inputDispatchingTimedOut() argument
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessRecord.java | 1388 String parentShortComponentName, WindowProcessController parentProcess, in appNotResponding() argument 1473 if (parentShortComponentName != null in appNotResponding() 1474 && parentShortComponentName.equals(activityShortComponentName)) { in appNotResponding() 1475 info.append("Parent: ").append(parentShortComponentName).append("\n"); in appNotResponding() 1542 parentShortComponentName, parentPr, annotation, cpuInfo, tracesFile, null); in appNotResponding()
|
D | ActivityManagerService.java | 9522 String parentShortComponentName, ProcessRecord parentProcess, in addErrorToDropBox() argument 9556 if (parentShortComponentName != null) { in addErrorToDropBox() 9560 if (!parentShortComponentName.equals(activityShortComponentName)) { in addErrorToDropBox() 9561 sb.append("Parent-Activity: ").append(parentShortComponentName).append("\n"); in addErrorToDropBox() 18318 ApplicationInfo aInfo, String parentShortComponentName, Object parentProc, in inputDispatchingTimedOut() argument 18321 activityShortComponentName, aInfo, parentShortComponentName, in inputDispatchingTimedOut() 18537 ApplicationInfo aInfo, String parentShortComponentName, in inputDispatchingTimedOut() argument 18565 parentShortComponentName, parentProcess, aboveSystem, annotation); in inputDispatchingTimedOut()
|