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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java 71 public int mMaxAttachmentSize;
187 int policyMax = policy.mDontAllowAttachments ? 0 : (policy.mMaxAttachmentSize > 0) ?
188 policy.mMaxAttachmentSize : Integer.MAX_VALUE;
260 if (mMaxAttachmentSize != otherPolicy.mMaxAttachmentSize) return false;
314 mMaxAttachmentSize = cursor.getInt(CONTENT_MAX_ATTACHMENT_SIZE_COLUMN);
342 values.put(PolicyColumns.MAX_ATTACHMENT_SIZE, mMaxAttachmentSize);
424 if (mMaxAttachmentSize > 0) {
425 appendPolicy(sb, "attmax", mMaxAttachmentSize);
474 dest.writeInt(mMaxAttachmentSize);
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ProvisionParser.java 297 policy.mMaxAttachmentSize = max;
EmailSyncAdapter.java     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java     [all...]

Completed in 2504 milliseconds