Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DRestrictionsManagerTest.java72 Bundle bundle = RestrictionsManager.convertRestrictionsToBundle(manifestRestrictions); in testConvertRestrictionsToBundle()
84 Bundle bundle = RestrictionsManager.convertRestrictionsToBundle(manifestRestrictions); in testConvertRestrictionsToBundle_bundleArray()
/aosp14/frameworks/base/core/java/android/content/
H A DRestrictionsManager.java757 public static Bundle convertRestrictionsToBundle(List<RestrictionEntry> entries) { in convertRestrictionsToBundle() method in RestrictionsManager
784 Bundle childBundle = convertRestrictionsToBundle(Arrays.asList(restrictions)); in addRestrictionToBundle()
799 bundleArray[i] = convertRestrictionsToBundle(Arrays.asList( in addRestrictionToBundle()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11395 …method public static android.os.Bundle convertRestrictionsToBundle(java.util.List<android.content.…