Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java1063 final String packageBlock = splitter.next(); in getAllowedCompatModePackages() local
1064 final int urlBlockIndex = packageBlock.indexOf(COMPAT_PACKAGE_URL_IDS_BLOCK_BEGIN); in getAllowedCompatModePackages()
1068 packageName = packageBlock; in getAllowedCompatModePackages()
1071 if (packageBlock.charAt(packageBlock.length() - 1) in getAllowedCompatModePackages()
1073 Slog.w(TAG, "Ignoring entry '" + packageBlock + "' on '" + setting in getAllowedCompatModePackages()
1078 packageName = packageBlock.substring(0, urlBlockIndex); in getAllowedCompatModePackages()
1081 packageBlock.substring(urlBlockIndex + 1, packageBlock.length() - 1); in getAllowedCompatModePackages()
1083 Slog.v(TAG, "pkg:" + packageName + ": block:" + packageBlock + ": urls:" in getAllowedCompatModePackages()