Home | History | Annotate | Download | only in adapter

Lines Matching defs:mPolicy

83     private final Policy mPolicy;
102 mPolicy = Policy.restorePolicyWithId(mContext, mAccount.mPolicyKey);
104 mPolicy = null;
114 mPolicy = Policy.restorePolicyWithId(mContext, mAccount.mPolicyKey);
116 mPolicy = null;
517 if (mPolicy != null) {
518 if (mPolicy.mDontAllowAttachments ||
519 (mPolicy.mMaxAttachmentSize > 0 &&
520 (att.mSize > mPolicy.mMaxAttachmentSize))) {