Searched defs:KEYGUARD_DISABLE_TRUST_AGENTS (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java2080 public static final int KEYGUARD_DISABLE_TRUST_AGENTS = 1 << 4; field in class:DevicePolicyManager
2524 * <li>{@link #KEYGUARD_DISABLE_TRUST_AGENTS}, {@link #KEYGUARD_DISABLE_FINGERPRINT}
2536 * {@link #KEYGUARD_DISABLE_SECURE_NOTIFICATIONS}, {@link #KEYGUARD_DISABLE_TRUST_AGENTS},
3245 * to be used in conjunction with {@link #KEYGUARD_DISABLE_TRUST_AGENTS}, which disables all
3247 * {@link #KEYGUARD_DISABLE_TRUST_AGENTS} is not set, then this call has no effect.
3257 * {@link #KEYGUARD_DISABLE_TRUST_AGENTS} flag.
3258 * <p>If {@link #KEYGUARD_DISABLE_TRUST_AGENTS} is set and options is not null for all admins,
3280 * {@link #KEYGUARD_DISABLE_TRUST_AGENTS}. If any admin declares
3281 * {@link #KEYGUARD_DISABLE_TRUST_AGENTS} but doesn't call

Completed in 29 milliseconds