Searched defs:shortComponentName (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java71 final String shortComponentName; // the short component name of the intent field in class:ActivityRecord
358 shortComponentName = _intent.getComponent().flattenToShortString();
828 userId, System.identityHashCode(this), shortComponentName,
833 sb.append(shortComponentName);
859 userId, System.identityHashCode(this), shortComponentName,
864 sb.append(shortComponentName);

Completed in 158 milliseconds