Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/
H A DRestrictionsManager.java408 public static final String META_DATA_APP_RESTRICTIONS = "android.content.APP_RESTRICTIONS"; field in RestrictionsManager
608 if (appInfo == null || !appInfo.metaData.containsKey(META_DATA_APP_RESTRICTIONS)) { in getManifestRestrictions()
613 appInfo.loadXmlMetaData(mContext.getPackageManager(), META_DATA_APP_RESTRICTIONS); in getManifestRestrictions()
/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.txt11411 … field public static final String META_DATA_APP_RESTRICTIONS = "android.content.APP_RESTRICTIONS";