Home
last modified time | relevance | path

Searched refs:shortComponentName (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/logging/
DMetricsLoggerWrapper.java89 int uid, String shortComponentName, boolean supportsEnterPipOnTaskSwitch) { in logPictureInPictureEnter() argument
93 shortComponentName, in logPictureInPictureEnter()
98 String shortComponentName) { in logPictureInPictureFullScreen() argument
103 shortComponentName, in logPictureInPictureFullScreen()
/frameworks/base/services/core/java/com/android/server/am/
DAppErrors.java981 if (activity != null && activity.shortComponentName != null) { in appNotResponding()
982 info.append(" (").append(activity.shortComponentName).append(")"); in appNotResponding()
990 info.append("Parent: ").append(parent.shortComponentName).append("\n"); in appNotResponding()
1045 activity == null ? "unknown": activity.shortComponentName, annotation, in appNotResponding()
1088 activity != null ? activity.shortComponentName : null, in appNotResponding()
DActivityRecord.java245 final String shortComponentName; // the short component name of the intent field in ActivityRecord
865 shortComponentName = _intent.getComponent().flattenToShortString(); in ActivityRecord()
2007 userId, System.identityHashCode(this), shortComponentName, in reportFullyDrawnLocked()
2012 sb.append(shortComponentName); in reportFullyDrawnLocked()
2044 userId, System.identityHashCode(this), shortComponentName, in reportLaunchTimeLocked()
2049 sb.append(shortComponentName); in reportLaunchTimeLocked()
2752 task.taskId, shortComponentName); in relaunchActivityLocked()
DActivityStack.java1460 prev.shortComponentName, "userLeaving=" + userLeaving); in startPausingLocked()
1537 r.userId, System.identityHashCode(r), r.shortComponentName, in activityPausedLocked()
1539 ? mPausingActivity.shortComponentName : "(none)"); in activityPausedLocked()
2689 next.shortComponentName); in resumeTopActivityInnerLocked()
3481 r.userId, System.identityHashCode(r), r.shortComponentName); in stopActivityLocked()
3700 task.taskId, r.shortComponentName, reason); in finishActivityLocked()
4286 r.getTask().taskId, r.shortComponentName, reason); in destroyActivityLocked()
4483 r.getTask().taskId, r.shortComponentName, in removeHistoryRecordsForAppLocked()
4710 r.shortComponentName, r.intent.getAction(), in logStartActivity()
DActivityManagerService.java3567 r == null ? "NULL" : r.shortComponentName, in setResumedActivityUncheckLocked()
3678 Slog.i(TAG, "Moving " + r.shortComponentName + " from stack " + r.getStackId() in applyUpdateVrModeLocked()
8858 r.shortComponentName, r.supportsEnterPipOnTaskSwitch); in enterPictureInPictureMode()
15721 sb.append("Activity: ").append(activity.shortComponentName).append("\n"); in addErrorToDropBox()
15727 sb.append("Parent-Activity: ").append(parent.shortComponentName).append("\n"); in addErrorToDropBox()
17757 pw.print(prefix); pw.print("ACTIVITY "); pw.print(r.shortComponentName); in dumpActivity()
DActivityStackSupervisor.java1477 System.identityHashCode(r), task.taskId, r.shortComponentName); in realStartActivityLocked()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java351 final String shortComponentName = componentName.toShortString(); in startSessionLocked() local
355 Slog.d(TAG, "startSession(" + shortComponentName in startSessionLocked()
364 Slog.w(TAG, "Could not notify " + shortComponentName + " that it's disabled: " + e); in startSessionLocked()
382 "id=" + newSession.id + " uid=" + uid + " a=" + shortComponentName in startSessionLocked()