Searched refs:urlBlockIndex (Results 1 – 1 of 1) sorted by relevance
1064 final int urlBlockIndex = packageBlock.indexOf(COMPAT_PACKAGE_URL_IDS_BLOCK_BEGIN); in getAllowedCompatModePackages() local1067 if (urlBlockIndex == -1) { in getAllowedCompatModePackages()1078 packageName = packageBlock.substring(0, urlBlockIndex); in getAllowedCompatModePackages()1081 packageBlock.substring(urlBlockIndex + 1, packageBlock.length() - 1); in getAllowedCompatModePackages()