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/
DParsingPackageUtils.java1455 final int targetCodeIdx = targetCode.indexOf('.'); in matchTargetCode() local
1456 if (targetCodeIdx == -1) { in matchTargetCode()
1459 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java2509 final int targetCodeIdx = targetCode.indexOf('.'); in matchTargetCode() local
2510 if (targetCodeIdx == -1) { in matchTargetCode()
2513 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()