Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/
DFrameworkParsingPackageUtils.java431 final int targetCodeIdx = targetCode.indexOf('.'); in matchTargetCode() local
432 if (targetCodeIdx == -1) { in matchTargetCode()
435 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java2578 final int targetCodeIdx = targetCode.indexOf('.'); in matchTargetCode() local
2579 if (targetCodeIdx == -1) { in matchTargetCode()
2582 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()