Home | History | Annotate | Download | only in activity

Lines Matching defs:accountId

208             // accountId shouldn't be null, but I'm paranoia.
277 long accountId = Account.NO_ACCOUNT;
288 if (accountId == Account.NO_ACCOUNT) {
290 accountId = message.mAccountKey;
291 if (!Account.restoreAccountWithId(c, accountId).supportsMoveMessages(c)) {
294 accountId = Account.NO_ACCOUNT;
301 accountId = Account.NO_ACCOUNT;
307 if (message.mAccountKey != accountId || message.mMailboxKey != mailboxId) {
309 accountId = Account.NO_ACCOUNT;
315 return new IdContainer(accountId, mailboxId);
340 private IdContainer(long accountId, long mailboxId) {
341 mAccountId = accountId;