Searched refs:buildCompoundName (Results 1 – 2 of 2) sorted by relevance
3009 private static String buildCompoundName(String pkg, in buildCompoundName() method in PackageParser3054 return TextUtils.safeIntern(buildCompoundName(pkg, procSeq, "process", outError)); in buildProcessName()3065 return buildCompoundName(pkg, procSeq, "taskAffinity", outError); in buildTaskAffinityName()
1983 HPLandroid/content/pm/PackageParser;->buildCompoundName(Ljava/lang/String;Ljava/lang/CharSequence;L…