Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierAppUtilsTest.java61 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, USER_ID)).thenReturn(null); in testDisableCarrierAppsUntilPrivileged_MissingApp()
78 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, USER_ID)).thenReturn(appInfo); in testDisableCarrierAppsUntilPrivileged_NonSystemApp()
102 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, USER_ID)).thenReturn(appInfo); in testDisableCarrierAppsUntilPrivileged_HasPrivileges_DisabledUser()
122 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, USER_ID)).thenReturn(appInfo); in testDisableCarrierAppsUntilPrivileged_HasPrivileges_Disabled()
142 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, USER_ID)).thenReturn(appInfo); in testDisableCarrierAppsUntilPrivileged_HasPrivileges_Enabled()
162 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, USER_ID)).thenReturn(appInfo); in testDisableCarrierAppsUntilPrivileged_HasPrivileges_UpdatedApp()
182 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, USER_ID)).thenReturn(appInfo); in testDisableCarrierAppsUntilPrivileged_HasPrivileges_Default()
203 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, USER_ID)).thenReturn(appInfo); in testDisableCarrierAppsUntilPrivileged_HasPrivileges_DisabledUntilUsed()
223 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, USER_ID)).thenReturn(appInfo); in testDisableCarrierAppsUntilPrivileged_NoPrivileges_DisabledUser()
245 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, USER_ID)).thenReturn(appInfo); in testDisableCarrierAppsUntilPrivileged_NullPrivileges_DisabledUser()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmTestBase.java120 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS)); in setUpPackageManagerForFakeAdmin()
134 eq(PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS), in setUpPackageManagerForFakeAdmin()
/frameworks/base/core/java/android/content/pm/
DAppsQueryHelper.java195 | PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, userId).getList(); in queryIntentServicesAsUser()
DPackageManager.java340 public static final int GET_DISABLED_UNTIL_USED_COMPONENTS = 0x00008000; field in PackageManager
DPackageParser.java5398 ai.enabled = (flags&PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS) != 0; in updateApplicationInfo()
5413 && ((flags&PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS) == 0 in generateApplicationInfo()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCarrierAppUtils.java219 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, userId); in getDefaultCarrierAppCandidatesHelper()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRules.java327 PackageManager.GET_SIGNATURES | PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS); in getCarrierPrivilegeStatus()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java139 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS; in ApplicationsState()
141 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS; in ApplicationsState()
/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java742 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, userId); in setNonSelectedSystemImesDisabledUntilUsed()
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java1929 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, in updateInputMethodsFromSettingsLocked()
3044 PackageManager.GET_META_DATA | PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, in buildInputMethodListLocked()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java6370 PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, in enableIfNecessary()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8846 field public static final int GET_DISABLED_UNTIL_USED_COMPONENTS = 32768; // 0x8000
/frameworks/base/api/
Dcurrent.txt9850 field public static final deprecated int GET_DISABLED_UNTIL_USED_COMPONENTS = 32768; // 0x8000
Dtest-current.txt9863 field public static final deprecated int GET_DISABLED_UNTIL_USED_COMPONENTS = 32768; // 0x8000
Dsystem-current.txt10228 field public static final deprecated int GET_DISABLED_UNTIL_USED_COMPONENTS = 32768; // 0x8000