Searched refs:buildCompoundName (Results 1 – 2 of 2) sorted by relevance
2864 private static String buildCompoundName(String pkg, in buildCompoundName() method in PackageParser2909 return TextUtils.safeIntern(buildCompoundName(pkg, procSeq, "process", outError)); in buildProcessName()2920 return buildCompoundName(pkg, procSeq, "taskAffinity", outError); in buildTaskAffinityName()
18684 HSPLandroid/content/pm/PackageParser;->buildCompoundName(Ljava/lang/String;Ljava/lang/CharSequence;…