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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DPolicy.java80 public boolean mPasswordRecoveryEnabled; field in class:Policy
278 if (mPasswordRecoveryEnabled != otherPolicy.mPasswordRecoveryEnabled) return false;
332 mPasswordRecoveryEnabled = cursor.getInt(CONTENT_PASSWORD_RECOVERY_ENABLED_COLUMN) == 1;
360 values.put(PolicyColumns.PASSWORD_RECOVERY_ENABLED, mPasswordRecoveryEnabled);
494 dest.writeInt(mPasswordRecoveryEnabled ? 1 : 0);
524 mPasswordRecoveryEnabled = in.readInt() == 1;

Completed in 47 milliseconds