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

  /packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/
AccountTests.java 47 assertEquals(outAccount.folderListUri, account.folderListUri);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java 198 * @param folderListUri the URI which contains all the list of folders
201 public static FolderListFragment ofTopLevelTree(Uri folderListUri,
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,
223 if (folderListUri != null) {
224 args.putString(ARG_FOLDER_LIST_URI, folderListUri.toString());
517 final Uri folderListUri;
521 folderListUri = mFolderListUri;
524 folderListUri = mCurrentAccount.folderListUri
    [all...]
SingleFolderSelectionDialog.java 67 : mAccount.folderListUri, UIProvider.FOLDERS_PROJECTION, null,
MultiFoldersSelectionDialog.java 79 : mAccount.folderListUri, UIProvider.FOLDERS_PROJECTION, null, null,
NestedFolderTeaserView.java 258 final Uri folderListUri = folder.childFoldersListUri;
259 if (folderListUri == null) {
270 mFolderListUri = folderListUri;
ConversationsInOutboxTipView.java 180 mAccount.folderListUri, UIProvider.FOLDERS_PROJECTION, Folder.FACTORY);
FolderSelectionActivity.java 197 createFolderListFragment(FolderListFragment.ofTopLevelTree(mAccount.folderListUri,
AbstractActivityController.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 100 public final Uri folderListUri;
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,
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
FolderPickerActivity.java 109 startPicker(uiAccount.folderListUri, headerId);
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 70 private Message getRefMessage(ContentResolver resolver, Uri folderListUri) {
71 Cursor foldersCursor = resolver.query(folderListUri,
101 return getRefMessage(resolver, mAccount.folderListUri);
665 getRefMessage(context.getContentResolver(), currentAccount.folderListUri);
703 getRefMessage(context.getContentResolver(), currentAccount.folderListUri);
    [all...]

Completed in 264 milliseconds