Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/frameworks/base/core/java/android/content/
H A DRestrictionsManager.java696 public static Bundle convertRestrictionsToBundle(List<RestrictionEntry> entries) { in convertRestrictionsToBundle() method in RestrictionsManager
723 Bundle childBundle = convertRestrictionsToBundle(Arrays.asList(restrictions)); in addRestrictionToBundle()
738 bundleArray[i] = convertRestrictionsToBundle(Arrays.asList( in addRestrictionToBundle()
/aosp12/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java566 RestrictionsManager.convertRestrictionsToBundle(restrictions), in onPreferenceChange()
641 RestrictionsManager.convertRestrictionsToBundle(restrictions), mUser); in onReceive()
777 RestrictionsManager.convertRestrictionsToBundle(list), mUser); in onActivityResult()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DAppRestrictionsFragment.java648 RestrictionsManager.convertRestrictionsToBundle(restrictions), in onPreferenceChange()
699 RestrictionsManager.convertRestrictionsToBundle(restrictions), mUser); in onReceive()
814 RestrictionsManager.convertRestrictionsToBundle(list), mUser); in onActivityResult()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt11616 …method public static android.os.Bundle convertRestrictionsToBundle(java.util.List<android.content.…