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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java 69 public boolean mDontAllowAttachments;
187 int policyMax = policy.mDontAllowAttachments ? 0 : (policy.mMaxAttachmentSize > 0) ?
258 if (mDontAllowAttachments != otherPolicy.mDontAllowAttachments) return false;
312 mDontAllowAttachments = cursor.getInt(CONTENT_DONT_ALLOW_ATTACHMENTS_COLUMN) == 1;
340 values.put(PolicyColumns.DONT_ALLOW_ATTACHMENTS, mDontAllowAttachments);
418 if (mDontAllowAttachments) {
472 dest.writeInt(mDontAllowAttachments ? 1 : 0);
502 mDontAllowAttachments = in.readInt() == 1;
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ProvisionParser.java 94 if (policy.mDontAllowAttachments) {
213 policy.mDontAllowAttachments = getValueInt() != 1;
EmailSyncAdapter.java     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java     [all...]

Completed in 87 milliseconds