Searched refs:shortComponentName (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityRecord.java | 448 final String shortComponentName; // the short component name of the intent field in ActivityRecord 1747 shortComponentName = _intent.getComponent().flattenToShortString(); in ActivityRecord() 3108 task.mTaskId, shortComponentName, reason); in finishIfPossible() 3433 task.mTaskId, shortComponentName, reason); in destroyImmediately() 3725 task != null ? task.mTaskId : -1, shortComponentName, in handleAppDied() 4280 shortComponentName, intent.getAction(), in logStartActivity() 5721 shortComponentName, pausingActivity != null in activityPaused() 5867 shortComponentName, reason); in addToStopping() 6383 shortComponentName, app, false, reason); in inputDispatchingTimedOut() 8632 task.mTaskId, shortComponentName); in relaunchActivityLocked() [all …]
|
H A D | TaskFragment.java | 1290 next.getTask().mTaskId, next.shortComponentName); in resumeTopActivity() 1524 prev.shortComponentName, "userLeaving=" + userLeaving, reason); in schedulePauseActivity()
|
H A D | ActivityMetricsLogger.java | 409 launchedActivityShortComponentName = launchedActivity.shortComponentName; in TransitionInfoSnapshot()
|
H A D | ActivityTaskManagerService.java | 3732 Slog.i(TAG, "Moving " + r.shortComponentName + " from display " + r.getDisplayId() in applyUpdateVrModeLocked() 4018 pw.print(r.shortComponentName); in dumpActivity() 4555 r == null ? "NULL" : r.shortComponentName, in setResumedActivityUncheckLocked()
|
H A D | ActivityTaskSupervisor.java | 824 task.mTaskId, r.shortComponentName); in realStartActivityLocked()
|
/aosp12/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 6501 // FIELD: Activity record's resultTo shortComponentName
|