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