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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
LegacyPolicySet.java 82 policy.mRequireEncryption = 0 != (flags & REQUIRE_ENCRYPTION);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java 65 public boolean mRequireEncryption;
241 if (mRequireEncryption != otherPolicy.mRequireEncryption) return false;
280 int code = mRequireEncryption ? 1 : 0;
306 mRequireEncryption = cursor.getInt(CONTENT_REQUIRE_ENCRYPTION_COLUMN) == 1;
336 values.put(PolicyColumns.REQUIRE_ENCRYPTION, mRequireEncryption);
409 if (mRequireEncryption) {
468 dest.writeInt(mRequireEncryption ? 1 : 0);
498 mRequireEncryption = in.readInt() == 1;
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 124 aggregate.mRequireEncryption = false;
164 aggregate.mRequireEncryption |= policy.mRequireEncryption;
245 if (policy.mRequireEncryption) {
272 if (policy.mRequireEncryption) {
275 policy.mRequireEncryption = false;
416 if (policy.mRequireEncryption) {
484 dpm.setStorageEncryption(mAdminName, aggregatePolicy.mRequireEncryption);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ProvisionParser.java 230 policy.mRequireEncryption = true;
259 policy.mRequireEncryption = true;

Completed in 415 milliseconds