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

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

Completed in 52 milliseconds