Searched refs:buildCompoundName (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/pm/pkg/component/ |
D | ComponentParseUtils.java | 102 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/ |
D | PackageParser.java | 2920 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/ |
D | hiddenapi-max-target-o.txt | 12856 Landroid/content/pm/PackageParser;->buildCompoundName(Ljava/lang/String;Ljava/lang/CharSequence;Lja…
|