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

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 113 public Uri allFolderListUri;
275 json.put(AccountColumns.ALL_FOLDER_LIST_URI, allFolderListUri);
398 allFolderListUri = Utils.getValidUri(json
471 allFolderListUri = Utils.getValidUri(cursor.getString(
606 allFolderListUri = in.readParcelable(null);
655 dest.writeParcelable(allFolderListUri, 0);
722 Objects.equal(allFolderListUri, other.allFolderListUri) &&
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java 694 folderListUri = mCurrentAccount.allFolderListUri;
    [all...]

Completed in 66 milliseconds