Home
last modified time | relevance | path

Searched refs:targetCodeIdx (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DParsingPackageUtils.java1682 final int targetCodeIdx = targetCode.indexOf('.'); in matchTargetCode() local
1683 if (targetCodeIdx == -1) { in matchTargetCode()
1686 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java2522 final int targetCodeIdx = targetCode.indexOf('.'); in matchTargetCode() local
2523 if (targetCodeIdx == -1) { in matchTargetCode()
2526 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()