Home | History | Annotate | Download | only in providers

Lines Matching defs:fullFolderListUri

108     public Uri fullFolderListUri;
274 json.put(AccountColumns.FULL_FOLDER_LIST_URI, fullFolderListUri);
396 fullFolderListUri = Utils.getValidUri(json
469 fullFolderListUri = Utils.getValidUri(cursor.getString(
605 fullFolderListUri = in.readParcelable(null);
654 dest.writeParcelable(fullFolderListUri, 0);
721 Objects.equal(fullFolderListUri, other.fullFolderListUri) &&
777 fullFolderListUri,
938 map.put(AccountColumns.FULL_FOLDER_LIST_URI, fullFolderListUri);