Searched refs:folderListUri (Results 1 - 11 of 11) sorted by relevance

/packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/
H A DAccountTests.java57 assertEquals(before.folderListUri, after.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...]
H A DConversationsInOutboxTipView.java114 mAccount.folderListUri, UIProvider.FOLDERS_PROJECTION, Folder.FACTORY);
H A DSingleFolderSelectionDialog.java56 mAccount.fullFolderListUri : mAccount.folderListUri);
H A DNestedFolderTeaserView.java252 final Uri folderListUri = folder.childFoldersListUri;
253 if (folderListUri == null) {
264 mFolderListUri = folderListUri;
H A DMultiFoldersSelectionDialog.java81 mAccount.fullFolderListUri : mAccount.folderListUri);
H A DFolderSelectionActivity.java188 createFolderListFragment(FolderListFragment.ofTopLevelTree(mAccount.folderListUri,
H A DAbstractActivityController.java3501 mAccount.folderListUri : defaultInbox;
/packages/apps/Email/provider_src/com/android/email/provider/
H A DFolderPickerActivity.java109 startPicker(uiAccount.folderListUri, headerId);
/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);

Completed in 536 milliseconds