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

/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
H A DComposeActivityTest.java67 private Message getRefMessage(ContentResolver resolver, Uri folderListUri) { argument
68 Cursor foldersCursor = resolver.query(folderListUri,
99 return getRefMessage(resolver, account.folderListUri);
680 getRefMessage(context.getContentResolver(), currentAccount.folderListUri);
718 getRefMessage(context.getContentResolver(), currentAccount.folderListUri);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DAccount.java103 public final Uri folderListUri; field in class:Account
273 json.put(AccountColumns.FOLDER_LIST_URI, folderListUri);
394 folderListUri = Utils
467 folderListUri = Uri.parse(
604 folderListUri = in.readParcelable(null);
653 dest.writeParcelable(folderListUri, 0);
720 Objects.equal(folderListUri, other.folderListUri) &&
776 folderListUri,
937 map.put(AccountColumns.FOLDER_LIST_URI, folderListUri);
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderListFragment.java266 * @param folderListUri the URI which contains all the list of folders
269 public static FolderListFragment ofTopLevelTree(Uri folderListUri, argument
272 fragment.setArguments(getBundleFromArgs(null, folderListUri, excludedFolderTypes));
280 * @param folderListUri the URI which contains all the list of folders
285 private static Bundle getBundleFromArgs(Folder parentFolder, Uri folderListUri, argument
291 if (folderListUri != null) {
292 args.putString(ARG_FOLDER_LIST_URI, folderListUri.toString());
684 final Uri folderListUri;
688 folderListUri = mFolderListUri;
691 folderListUri
[all...]

Completed in 390 milliseconds