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