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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java 76 public boolean mPasswordRecoveryEnabled;
265 if (mPasswordRecoveryEnabled != otherPolicy.mPasswordRecoveryEnabled) return false;
319 mPasswordRecoveryEnabled = cursor.getInt(CONTENT_PASSWORD_RECOVERY_ENABLED_COLUMN) == 1;
347 values.put(PolicyColumns.PASSWORD_RECOVERY_ENABLED, mPasswordRecoveryEnabled);
479 dest.writeInt(mPasswordRecoveryEnabled ? 1 : 0);
509 mPasswordRecoveryEnabled = in.readInt() == 1;
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ProvisionParser.java 279 policy.mPasswordRecoveryEnabled = getValueInt() == 1;

Completed in 87 milliseconds