Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java1006 final String packageBlock = splitter.next(); in getAllowedCompatModePackages() local
1007 final int urlBlockIndex = packageBlock.indexOf(COMPAT_PACKAGE_URL_IDS_BLOCK_BEGIN); in getAllowedCompatModePackages()
1011 packageName = packageBlock; in getAllowedCompatModePackages()
1014 if (packageBlock.charAt(packageBlock.length() - 1) in getAllowedCompatModePackages()
1016 Slog.w(TAG, "Ignoring entry '" + packageBlock + "' on '" + setting in getAllowedCompatModePackages()
1021 packageName = packageBlock.substring(0, urlBlockIndex); in getAllowedCompatModePackages()
1024 packageBlock.substring(urlBlockIndex + 1, packageBlock.length() - 1); in getAllowedCompatModePackages()
1026 Slog.v(TAG, "pkg:" + packageName + ": block:" + packageBlock + ": urls:" in getAllowedCompatModePackages()