Searched refs:IS_TRUST_USUALLY_MANAGED (Results 1 – 1 of 1) sorted by relevance
210 private static final String IS_TRUST_USUALLY_MANAGED = "lockscreen.istrustusuallymanaged"; field in LockPatternUtils249 return getLockSettings().getBoolean(IS_TRUST_USUALLY_MANAGED, false, userId); in isTrustUsuallyManaged()257 getLockSettings().setBoolean(IS_TRUST_USUALLY_MANAGED, managed, userId); in setTrustUsuallyManaged()