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.java64 public int mPasswordHistory; field in class:Policy
224 mPasswordHistory = 0;
250 if (mPasswordHistory != otherPolicy.mPasswordHistory) return false;
289 code += (mPasswordHistory << 15);
304 mPasswordHistory = cursor.getInt(CONTENT_PASSWORD_HISTORY_COLUMN);
334 values.put(PolicyColumns.PASSWORD_HISTORY, mPasswordHistory);
408 appendPolicy(sb, "hist", mPasswordHistory);
468 dest.writeInt(mPasswordHistory);
498 mPasswordHistory
[all...]

Completed in 5606 milliseconds