Home | History | Annotate | Download | only in activity

Lines Matching defs:getAccountId

65  *   - Can be obtained with {@link #getAccountId()}.
304 * {@link #getAccountId()}.
336 public long getAccountId() {
395 if (getAccountId() == Account.ACCOUNT_ID_COMBINED_VIEW) {
401 final long inboxId = Mailbox.findMailboxOfType(getActivity(), getAccountId(),
482 final long accountId = getAccountId();
589 getActivity().getApplicationContext(), mTaskTracker, getAccountId(),
764 if (getAccountId() == Account.ACCOUNT_ID_COMBINED_VIEW) {
767 return MailboxFragmentAdapter.createMailboxesLoader(getActivity(), getAccountId(),
783 if (getAccountId() != Account.ACCOUNT_ID_COMBINED_VIEW) {
866 // Note, don't just use getAccountId(). A mailbox may tied to a different account ID
867 // from getAccountId(). (Currently "Starred" does so.)
868 long accountId = mListAdapter.getAccountId(position);
879 accountId = getAccountId();