Searched refs:shortComponentName (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/logging/ |
D | MetricsLoggerWrapper.java | 92 int uid, String shortComponentName, boolean supportsEnterPipOnTaskSwitch) { in logPictureInPictureEnter() argument 96 shortComponentName, in logPictureInPictureEnter() 101 String shortComponentName) { in logPictureInPictureFullScreen() argument 106 shortComponentName, in logPictureInPictureFullScreen()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityStack.java | 1699 prev.shortComponentName, "userLeaving=" + userLeaving); in startPausingLocked() 1776 r.mUserId, System.identityHashCode(r), r.shortComponentName, in activityPausedLocked() 1778 ? mPausingActivity.shortComponentName : "(none)"); in activityPausedLocked() 1888 System.identityHashCode(r), r.shortComponentName, reason); in addToStopping() 2986 next.shortComponentName); in resumeTopActivityInnerLocked() 3789 r.mUserId, System.identityHashCode(r), r.shortComponentName); in stopActivityLocked() 4006 task.taskId, r.shortComponentName, reason); in finishActivityLocked() 4623 r.getTaskRecord().taskId, r.shortComponentName, reason); in destroyActivityLocked() 4831 r.getTaskRecord().taskId, r.shortComponentName, in removeHistoryRecordsForAppLocked() 5051 r.shortComponentName, r.intent.getAction(), in logStartActivity()
|
D | ActivityRecord.java | 276 final String shortComponentName; // the short component name of the intent field in ActivityRecord 956 shortComponentName = _intent.getComponent().flattenToShortString(); in ActivityRecord() 2472 anrActivity.shortComponentName, anrActivity.appInfo, shortComponentName, in keyDispatchingTimedOut() 3442 task.taskId, shortComponentName); in relaunchActivityLocked()
|
D | ActivityMetricsLogger.java | 244 launchedActivityShortComponentName = launchedActivity.shortComponentName; in WindowingModeTransitionInfoSnapshot()
|
D | ActivityTaskManagerService.java | 4170 r.shortComponentName, r.supportsEnterPipOnTaskSwitch); in enterPictureInPictureMode() 4813 Slog.i(TAG, "Moving " + r.shortComponentName + " from display " + r.getDisplayId() in applyUpdateVrModeLocked() 5075 pw.print(prefix); pw.print("ACTIVITY "); pw.print(r.shortComponentName); in dumpActivity() 5572 r == null ? "NULL" : r.shortComponentName, in setResumedActivityUncheckLocked()
|
D | ActivityStackSupervisor.java | 819 System.identityHashCode(r), task.taskId, r.shortComponentName); in realStartActivityLocked()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 6494 // FIELD: Activity record's resultTo shortComponentName
|