Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DDevicePolicyCache.java18 import static android.app.admin.DevicePolicyManager.CONTENT_PROTECTION_DISABLED;
105 return CONTENT_PROTECTION_DISABLED; in getContentProtectionPolicy()
DDevicePolicyManager.java4252 public static final int CONTENT_PROTECTION_DISABLED = 1; field in DevicePolicyManager
4263 CONTENT_PROTECTION_DISABLED,
4346 return CONTENT_PROTECTION_DISABLED; in getContentProtectionPolicy()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyCacheImpl.java18 import static android.app.admin.DevicePolicyManager.CONTENT_PROTECTION_DISABLED;
131 return mContentProtectionPolicy.get(userId, CONTENT_PROTECTION_DISABLED); in getContentProtectionPolicy()
DDevicePolicyManagerService.java127 import static android.app.admin.DevicePolicyManager.CONTENT_PROTECTION_DISABLED;
23936 if (policy == CONTENT_PROTECTION_DISABLED) {
23952 return CONTENT_PROTECTION_DISABLED;
23962 return CONTENT_PROTECTION_DISABLED;
/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/
DContentProtectionConsentManagerTest.java19 import static android.app.admin.DevicePolicyManager.CONTENT_PROTECTION_DISABLED;
204 .thenReturn(CONTENT_PROTECTION_DISABLED); in isConsentGranted_policyFlagEnabled_packageVerifierGranted_userManaged_policyDisabled()
/frameworks/base/core/api/
Dcurrent.txt8283 …n.flags.manage_device_policy_enabled") public static final int CONTENT_PROTECTION_DISABLED = 1; //…