HomeSort by relevance Sort by last modified time
    Searched refs:mPasswordRecoveryEnabled (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java 80 public boolean mPasswordRecoveryEnabled;
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;
  /packages/apps/Email/tests/src/com/android/email/provider/
PolicyTests.java 211 policy.mPasswordRecoveryEnabled = true;
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ProvisionParser.java 273 policy.mPasswordRecoveryEnabled = getValueInt() == 1;

Completed in 29 milliseconds