Home
last modified time | relevance | path

Searched refs:mRequireEncryption (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DPolicy.java65 public boolean mRequireEncryption; field in Policy
241 if (mRequireEncryption != otherPolicy.mRequireEncryption) return false; in equals()
280 int code = mRequireEncryption ? 1 : 0; in hashCode()
306 mRequireEncryption = cursor.getInt(CONTENT_REQUIRE_ENCRYPTION_COLUMN) == 1; in restore()
336 values.put(PolicyColumns.REQUIRE_ENCRYPTION, mRequireEncryption); in toContentValues()
409 if (mRequireEncryption) { in toString()
468 dest.writeInt(mRequireEncryption ? 1 : 0); in writeToParcel()
498 mRequireEncryption = in.readInt() == 1; in Policy()
/packages/apps/Email/src/com/android/email/
DSecurityPolicy.java126 aggregate.mRequireEncryption = false; in computeAggregatePolicy()
166 aggregate.mRequireEncryption |= policy.mRequireEncryption; in computeAggregatePolicy()
247 if (policy.mRequireEncryption) { in isSupported()
274 if (policy.mRequireEncryption) { in clearUnsupportedPolicies()
277 policy.mRequireEncryption = false; in clearUnsupportedPolicies()
418 if (policy.mRequireEncryption) { in getInactiveReasons()
481 dpm.setStorageEncryption(mAdminName, aggregatePolicy.mRequireEncryption); in setActivePolicies()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DLegacyPolicySet.java82 policy.mRequireEncryption = 0 != (flags & REQUIRE_ENCRYPTION); in flagsToPolicy()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DProvisionParser.java230 policy.mRequireEncryption = true; in parseProvisionDocWbxml()
259 policy.mRequireEncryption = true; in parseProvisionDocWbxml()