HomeSort by relevance Sort by last modified time
    Searched defs:getActualAccountId (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/com/android/email/activity/
UIControllerOnePane.java 137 return ActivityHelper.openUrlInMessage(mActivity, url, getActualAccountId());
616 mRefreshManager.refreshMessageList(getActualAccountId(), getMailboxId(), true);
618 mRefreshManager.refreshMailboxList(getActualAccountId());
630 return mRefreshManager.isMailboxListRefreshing(getActualAccountId());
UIControllerBase.java 496 * @see #getActualAccountId()
521 public final long getActualAccountId() {
647 long accountId = getActualAccountId();
796 long accountId = getActualAccountId();
856 MessageCompose.actionCompose(mActivity, getActualAccountId());
864 AccountSettings.actionSettings(mActivity, getActualAccountId());
    [all...]

Completed in 333 milliseconds