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 78 public boolean mPasswordRecoveryEnabled;
310 if (mPasswordRecoveryEnabled != otherPolicy.mPasswordRecoveryEnabled) return false;
355 mPasswordRecoveryEnabled = cursor.getInt(CONTENT_PASSWORD_RECOVERY_ENABLED_COLUMN) == 1;
380 values.put(PolicyColumns.PASSWORD_RECOVERY_ENABLED, mPasswordRecoveryEnabled);
510 dest.writeInt(mPasswordRecoveryEnabled ? 1 : 0);
538 mPasswordRecoveryEnabled = in.readInt() == 1;
  /packages/apps/Email/tests/src/com/android/email/provider/
PolicyTests.java 209 policy.mPasswordRecoveryEnabled = true;
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ProvisionParser.java 218 policy.mPasswordRecoveryEnabled = getValueInt() == 1;

Completed in 268 milliseconds