Searched refs:shortComponentName (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppErrors.java | 872 if (activity != null && activity.shortComponentName != null) { in appNotResponding() 873 info.append(" (").append(activity.shortComponentName).append(")"); in appNotResponding() 881 info.append("Parent: ").append(parent.shortComponentName).append("\n"); in appNotResponding() 968 activity != null ? activity.shortComponentName : null, in appNotResponding()
|
D | ActivityRecord.java | 219 final String shortComponentName; // the short component name of the intent field in ActivityRecord 804 shortComponentName = _intent.getComponent().flattenToShortString(); in ActivityRecord() 1873 userId, System.identityHashCode(this), shortComponentName, in reportFullyDrawnLocked() 1878 sb.append(shortComponentName); in reportFullyDrawnLocked() 1907 userId, System.identityHashCode(this), shortComponentName, in reportLaunchTimeLocked() 1912 sb.append(shortComponentName); in reportLaunchTimeLocked() 2610 task.taskId, shortComponentName); in relaunchActivityLocked()
|
D | ActivityStack.java | 1307 prev.shortComponentName); in startPausingLocked() 1382 r.userId, System.identityHashCode(r), r.shortComponentName, in activityPausedLocked() 1384 ? mPausingActivity.shortComponentName : "(none)"); in activityPausedLocked() 2605 next.shortComponentName); in resumeTopActivityInnerLocked() 3423 r.userId, System.identityHashCode(r), r.shortComponentName); in stopActivityLocked() 3633 task.taskId, r.shortComponentName, reason); in finishActivityLocked() 4192 r.getTask().taskId, r.shortComponentName, reason); in destroyActivityLocked() 4424 r.getTask().taskId, r.shortComponentName, in removeHistoryRecordsForAppLocked() 4707 r.shortComponentName, r.intent.getAction(), in logStartActivity()
|
D | ActivityStackSupervisor.java | 1416 System.identityHashCode(r), task.taskId, r.shortComponentName); in realStartActivityLocked()
|
D | ActivityManagerService.java | 3176 r == null ? "NULL" : r.shortComponentName, in setResumedActivityUncheckLocked() 14618 sb.append("Activity: ").append(activity.shortComponentName).append("\n"); 14624 sb.append("Parent-Activity: ").append(parent.shortComponentName).append("\n"); 16165 pw.print(prefix); pw.print("ACTIVITY "); pw.print(r.shortComponentName);
|