No examples for this method.
Frequently called with: [Clear]
-1
| API Diff Specification | |
| To Level: | 11 |
| From Level: | 10 |
| Generated | 2011.02.19 17:19 |
DevicePolicyManager | Added Methods | |
|---|---|
long
getPasswordExpiration(
ComponentName)
|
|
long
getPasswordExpirationTimeout(
ComponentName)
|
|
int
getPasswordHistoryLength(
ComponentName)
|
|
int
getPasswordMinimumLetters(
ComponentName)
|
|
int
getPasswordMinimumLowerCase(
ComponentName)
|
|
int
getPasswordMinimumNonLetter(
ComponentName)
|
|
int
getPasswordMinimumNumeric(
ComponentName)
|
|
int
getPasswordMinimumSymbols(
ComponentName)
|
|
int
getPasswordMinimumUpperCase(
ComponentName)
|
|
boolean
getStorageEncryption(
ComponentName)
|
|
int
getStorageEncryptionStatus()
|
|
boolean
hasGrantedPolicy(
ComponentName,
int
|
|
void
setPasswordExpirationTimeout(
ComponentName,
long
|
|
void
setPasswordHistoryLength(
ComponentName,
int
|
|
void
setPasswordMinimumLetters(
ComponentName,
int
|
|
void
setPasswordMinimumLowerCase(
ComponentName,
int
|
|
void
setPasswordMinimumNonLetter(
ComponentName,
int
|
|
void
setPasswordMinimumNumeric(
ComponentName,
int
|
|
void
setPasswordMinimumSymbols(
ComponentName,
int
|
|
void
setPasswordMinimumUpperCase(
ComponentName,
int
|
|
int
setStorageEncryption(
ComponentName,
boolean
|
|
| Added Fields | |
|---|---|
String
ACTION_START_ENCRYPTION
|
|
int
ENCRYPTION_STATUS_ACTIVATING
|
|
int
ENCRYPTION_STATUS_ACTIVE
|
|
int
ENCRYPTION_STATUS_INACTIVE
|
|
int
ENCRYPTION_STATUS_UNSUPPORTED
|
|
int
PASSWORD_QUALITY_COMPLEX
|
|