Home
last modified time | relevance | path

Searched refs:buildCompoundName (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DComponentParseUtils.java102 ParseResult<String> nameResult = ComponentParseUtils.buildCompoundName(pkg, procSeq, in buildProcessName()
116 return buildCompoundName(pkg, procSeq, "taskAffinity", input); in buildTaskAffinityName()
119 public static ParseResult<String> buildCompoundName(String pkg, CharSequence procSeq, in buildCompoundName() method in ComponentParseUtils
/frameworks/base/core/java/android/content/pm/
DPackageParser.java2920 private static String buildCompoundName(String pkg, in buildCompoundName() method in PackageParser
2965 return TextUtils.safeIntern(buildCompoundName(pkg, procSeq, "process", outError)); in buildProcessName()
2976 return buildCompoundName(pkg, procSeq, "taskAffinity", outError); in buildTaskAffinityName()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt12856 Landroid/content/pm/PackageParser;->buildCompoundName(Ljava/lang/String;Ljava/lang/CharSequence;Lja…