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 | 1696 prev.shortComponentName, "userLeaving=" + userLeaving); in startPausingLocked() 1773 r.mUserId, System.identityHashCode(r), r.shortComponentName, in activityPausedLocked() 1775 ? mPausingActivity.shortComponentName : "(none)"); in activityPausedLocked() 1886 System.identityHashCode(r), r.shortComponentName, reason); in addToStopping() 2977 next.shortComponentName); in resumeTopActivityInnerLocked() 3774 r.mUserId, System.identityHashCode(r), r.shortComponentName); in stopActivityLocked() 3991 task.taskId, r.shortComponentName, reason); in finishActivityLocked() 4596 r.getTaskRecord().taskId, r.shortComponentName, reason); in destroyActivityLocked() 4804 r.getTaskRecord().taskId, r.shortComponentName, in removeHistoryRecordsForAppLocked() 5024 r.shortComponentName, r.intent.getAction(), in logStartActivity()
|
D | ActivityRecord.java | 276 final String shortComponentName; // the short component name of the intent field in ActivityRecord 955 shortComponentName = _intent.getComponent().flattenToShortString(); in ActivityRecord() 2474 anrActivity.shortComponentName, anrActivity.appInfo, shortComponentName, in keyDispatchingTimedOut() 3450 task.taskId, shortComponentName); in relaunchActivityLocked()
|
D | ActivityMetricsLogger.java | 244 launchedActivityShortComponentName = launchedActivity.shortComponentName; in WindowingModeTransitionInfoSnapshot()
|
D | ActivityTaskManagerService.java | 4143 r.shortComponentName, r.supportsEnterPipOnTaskSwitch); in enterPictureInPictureMode() 4786 Slog.i(TAG, "Moving " + r.shortComponentName + " from display " + r.getDisplayId() in applyUpdateVrModeLocked() 5044 pw.print(prefix); pw.print("ACTIVITY "); pw.print(r.shortComponentName); in dumpActivity() 5543 r == null ? "NULL" : r.shortComponentName, in setResumedActivityUncheckLocked()
|
D | ActivityStackSupervisor.java | 804 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
|