Searched refs:mPasswordRecoveryEnabled (Results 1 – 2 of 2) sorted by relevance
80 public boolean mPasswordRecoveryEnabled; field in Policy278 if (mPasswordRecoveryEnabled != otherPolicy.mPasswordRecoveryEnabled) return false; in equals()332 mPasswordRecoveryEnabled = cursor.getInt(CONTENT_PASSWORD_RECOVERY_ENABLED_COLUMN) == 1; in restore()360 values.put(PolicyColumns.PASSWORD_RECOVERY_ENABLED, mPasswordRecoveryEnabled); in toContentValues()494 dest.writeInt(mPasswordRecoveryEnabled ? 1 : 0); in writeToParcel()524 mPasswordRecoveryEnabled = in.readInt() == 1; in Policy()
211 policy.mPasswordRecoveryEnabled = true; in testParcel()