Home | History | Annotate | Download | only in service

Lines Matching defs:mAccountId

175         final long mAccountId;
197 mAccountId = -1;
205 mAccountId = msg.mAccountKey;
208 mAccountId = mMessageId = -1;
218 mAccountId = orig.mAccountId;
866 if (getDownloadsForAccount(req.mAccountId) >= MAX_SIMULTANEOUS_DOWNLOADS_PER_ACCOUNT) {
868 req.mAttachmentId, req.mAccountId);
980 AttachmentService.this, req.mAccountId);
1013 service.loadAttachment(mServiceCallback, req.mAccountId, req.mAttachmentId,
1200 if (req.mAccountId == accountId) {
1297 LogUtils.d(LOG_TAG, "Account: #%d", req.mAccountId);
1331 pw.println(" Account: " + req.mAccountId + ", Attachment: " + req.mAttachmentId);