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

  /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;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java     [all...]

Completed in 316 milliseconds