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

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java 200 protected Account mCurrentAccount;
667 if (mCurrentAccount == null || account == null ||
668 !mCurrentAccount.getEmailAddress().equals(account.getEmailAddress())) {
691 folderListUri = mCurrentAccount.folderListUri;
694 folderListUri = mCurrentAccount.allFolderListUri;
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]

Completed in 173 milliseconds