Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java1064 final int urlBlockIndex = packageBlock.indexOf(COMPAT_PACKAGE_URL_IDS_BLOCK_BEGIN); in getAllowedCompatModePackages() local
1067 if (urlBlockIndex == -1) { in getAllowedCompatModePackages()
1078 packageName = packageBlock.substring(0, urlBlockIndex); in getAllowedCompatModePackages()
1081 packageBlock.substring(urlBlockIndex + 1, packageBlock.length() - 1); in getAllowedCompatModePackages()