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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java219 final String shortComponentName; // the short component name of the intent field in class:ActivityRecord
804 shortComponentName = _intent.getComponent().flattenToShortString();
1873 userId, System.identityHashCode(this), shortComponentName,
1878 sb.append(shortComponentName);
1907 userId, System.identityHashCode(this), shortComponentName,
1912 sb.append(shortComponentName);
2610 task.taskId, shortComponentName);

Completed in 147 milliseconds