Searched defs:folderListUri (Results 1 - 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
H A DComposeActivityTest.java70 private Message getRefMessage(ContentResolver resolver, Uri folderListUri) { argument
71 Cursor foldersCursor = resolver.query(folderListUri,
101 return getRefMessage(resolver, mAccount.folderListUri);
665 getRefMessage(context.getContentResolver(), currentAccount.folderListUri);
703 getRefMessage(context.getContentResolver(), currentAccount.folderListUri);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DAccount.java100 public final Uri folderListUri; field in class:Account
245 json.put(AccountColumns.FOLDER_LIST_URI, folderListUri);
332 folderListUri = Utils
401 folderListUri = Uri.parse(
511 folderListUri = in.readParcelable(null);
556 dest.writeParcelable(folderListUri, 0);
618 Objects.equal(folderListUri, other.folderListUri) &&
671 folderListUri,
803 map.put(AccountColumns.FOLDER_LIST_URI, folderListUri);
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderListFragment.java198 * @param folderListUri the URI which contains all the list of folders
201 public static FolderListFragment ofTopLevelTree(Uri folderListUri, argument
204 fragment.setArguments(getBundleFromArgs(null, folderListUri, excludedFolderTypes));
212 * @param folderListUri the URI which contains all the list of folders
217 private static Bundle getBundleFromArgs(Folder parentFolder, Uri folderListUri, argument
223 if (folderListUri != null) {
224 args.putString(ARG_FOLDER_LIST_URI, folderListUri.toString());
517 final Uri folderListUri;
521 folderListUri = mFolderListUri;
524 folderListUri
[all...]

Completed in 918 milliseconds