Searched refs:shortComponentName (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityRecord.java | 71 final String shortComponentName; // the short component name of the intent field in ActivityRecord 358 shortComponentName = _intent.getComponent().flattenToShortString(); in ActivityRecord() 833 userId, System.identityHashCode(this), shortComponentName, in reportFullyDrawnLocked() 838 sb.append(shortComponentName); in reportFullyDrawnLocked() 864 userId, System.identityHashCode(this), shortComponentName, in reportLaunchTimeLocked() 869 sb.append(shortComponentName); in reportLaunchTimeLocked()
|
D | ActivityStack.java | 759 prev.shortComponentName); in startPausingLocked() 823 r.userId, System.identityHashCode(r), r.shortComponentName, in activityPausedLocked() 825 ? mPausingActivity.shortComponentName : "(none)"); in activityPausedLocked() 1582 next.task.taskId, next.shortComponentName); in resumeTopActivityLocked() 2402 r.task.taskId, r.shortComponentName, reason); in finishActivityLocked() 2772 r.task.taskId, r.shortComponentName, reason); in destroyActivityLocked() 2947 r.task.taskId, r.shortComponentName, in removeHistoryRecordsForAppLocked() 3168 r.shortComponentName, r.intent.getAction(), in logStartActivity() 3309 r.task.taskId, r.shortComponentName); in relaunchActivityLocked()
|
D | ActivityManagerService.java | 4031 if (activity != null && activity.shortComponentName != null) { in appNotResponding() 4032 info.append(" (").append(activity.shortComponentName).append(")"); in appNotResponding() 4040 info.append("Parent: ").append(parent.shortComponentName).append("\n"); in appNotResponding() 4101 activity != null ? activity.shortComponentName : null, in appNotResponding() 9955 sb.append("Activity: ").append(activity.shortComponentName).append("\n"); 9961 sb.append("Parent-Activity: ").append(parent.shortComponentName).append("\n"); 11248 pw.print(prefix); pw.print("ACTIVITY "); pw.print(r.shortComponentName); in dumpActivity()
|
D | ActivityStackSupervisor.java | 929 r.task.taskId, r.shortComponentName); in realStartActivityLocked()
|