Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmTestBase.java211 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS)); in setUpPackageManagerForFakeAdmin()
H A DDevicePolicyManagerTest.java7302 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS)); in makeAdmin1DirectBootAware()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java790 GET_DISABLED_UNTIL_USED_COMPONENTS,
809 GET_DISABLED_UNTIL_USED_COMPONENTS,
834 GET_DISABLED_UNTIL_USED_COMPONENTS,
857 GET_DISABLED_UNTIL_USED_COMPONENTS,
1035 public static final int GET_DISABLED_UNTIL_USED_COMPONENTS = 0x00008000; field in PackageManager
H A DPackageParser.java8008 ai.enabled = (flags&PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS) != 0; in updateApplicationInfo()
8035 && ((flags&PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS) == 0 in generateApplicationInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodUtils.java130 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS)); in setNonSelectedSystemImesDisabledUntilUsed()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java386 ai.enabled = (flags & PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS) != 0; in updateApplicationInfo()
/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.txt12771 field @Deprecated public static final int GET_DISABLED_UNTIL_USED_COMPONENTS = 32768; // 0x8000