Searched defs:ENCRYPTION_STATUS_UNSUPPORTED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java3587 public static final int ENCRYPTION_STATUS_UNSUPPORTED = 0; field in class:DevicePolicyManager
3755 * DevicePolicyManager#ENCRYPTION_STATUS_UNSUPPORTED} if called for a non-system user.
3756 * Will be one of {@link #ENCRYPTION_STATUS_UNSUPPORTED}, {@link
3773 return ENCRYPTION_STATUS_UNSUPPORTED;
3802 * ways. If the result is {@link #ENCRYPTION_STATUS_UNSUPPORTED}, the
3813 * {@link #ENCRYPTION_STATUS_UNSUPPORTED}, {@link #ENCRYPTION_STATUS_INACTIVE},
3831 return ENCRYPTION_STATUS_UNSUPPORTED;

Completed in 54 milliseconds