Searched defs:mPasswordHistory (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/
H A DSecurityPolicyTests.java119 policy.mPasswordHistory = passwordHistory;
177 assertEquals(5, p4out.mPasswordHistory);
203 assertEquals(5, p5out.mPasswordHistory);
485 if (ps.mPasswordHistory != policy.mPasswordHistory) return false;
523 private final int mPasswordHistory; field in class:SecurityPolicyTests.PolicySet
543 mPasswordHistory = (int) ((flags & LegacyPolicySet.PASSWORD_HISTORY_MASK)
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DPolicy.java65 public int mPasswordHistory; field in class:Policy
234 mPasswordHistory = 0;
260 if (mPasswordHistory != otherPolicy.mPasswordHistory) return false;
299 code += (mPasswordHistory << 15);
314 mPasswordHistory = cursor.getInt(CONTENT_PASSWORD_HISTORY_COLUMN);
344 values.put(PolicyColumns.PASSWORD_HISTORY, mPasswordHistory);
418 appendPolicy(sb, "hist", mPasswordHistory);
478 dest.writeInt(mPasswordHistory);
508 mPasswordHistory
[all...]

Completed in 67 milliseconds