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 57 assertEquals(before.folderListUri, after.folderListUri);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 103 public final Uri folderListUri;
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) &&
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java 266 * @param folderListUri the URI which contains all the list of folders
269 public static FolderListFragment ofTopLevelTree(Uri folderListUri,
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,
291 if (folderListUri != null) {
292 args.putString(ARG_FOLDER_LIST_URI, folderListUri.toString());
684 final Uri folderListUri;
688 folderListUri = mFolderListUri;
691 folderListUri = mCurrentAccount.folderListUri
    [all...]
ConversationsInOutboxTipView.java 114 mAccount.folderListUri, UIProvider.FOLDERS_PROJECTION, Folder.FACTORY);
SingleFolderSelectionDialog.java 56 mAccount.fullFolderListUri : mAccount.folderListUri);
NestedFolderTeaserView.java 252 final Uri folderListUri = folder.childFoldersListUri;
253 if (folderListUri == null) {
264 mFolderListUri = folderListUri;
MultiFoldersSelectionDialog.java 81 mAccount.fullFolderListUri : mAccount.folderListUri);
FolderSelectionActivity.java 188 createFolderListFragment(FolderListFragment.ofTopLevelTree(mAccount.folderListUri,
AbstractActivityController.java     [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
FolderPickerActivity.java 109 startPicker(uiAccount.folderListUri, headerId);
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 67 private Message getRefMessage(ContentResolver resolver, Uri folderListUri) {
68 Cursor foldersCursor = resolver.query(folderListUri,
99 return getRefMessage(resolver, account.folderListUri);
680 getRefMessage(context.getContentResolver(), currentAccount.folderListUri);
    [all...]

Completed in 215 milliseconds