Searched refs:ENCRYPTION_STATUS_ACTIVE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java1209 public static final int ENCRYPTION_STATUS_ACTIVE = 3; field in class:DevicePolicyManager
1252 * fail (most commonly returning {@link #ENCRYPTION_STATUS_ACTIVE}).
1271 * {@link #ENCRYPTION_STATUS_ACTIVE}. This is the value of the requests; Use
1315 * {@link #ENCRYPTION_STATUS_ACTIVE}, no further action is required.
1319 * {@link #ENCRYPTION_STATUS_ACTIVATING}, or{@link #ENCRYPTION_STATUS_ACTIVE}.
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java572 != DevicePolicyManager.ENCRYPTION_STATUS_ACTIVE) {
/frameworks/base/services/java/com/android/server/
H A DDevicePolicyManagerService.java2529 ? DevicePolicyManager.ENCRYPTION_STATUS_ACTIVE
2590 * {@link DevicePolicyManager#ENCRYPTION_STATUS_ACTIVE}.
2595 return DevicePolicyManager.ENCRYPTION_STATUS_ACTIVE;

Completed in 123 milliseconds