Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94366313 authored by Ying Wang's avatar Ying Wang
Browse files

Fix docs build.

Change-Id: I3299e59fd90141fee324129ff3b251bdf8f60f10
parent 14cabdab
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -654,8 +654,8 @@ public abstract class ContentResolver {
     * @param uri The desired URI to open.
     * @param mode The file mode to use, as per {@link ContentProvider#openFile
     * ContentProvider.openFile}.
     * @param signal A signal to cancel the operation in progress, or null if
     *            none. If the operation is canceled, then
     * @param cancellationSignal A signal to cancel the operation in progress,
     *         or null if none. If the operation is canceled, then
     *         {@link OperationCanceledException} will be thrown.
     * @return Returns a new ParcelFileDescriptor pointing to the file.  You
     * own this descriptor and are responsible for closing it when done.
@@ -781,7 +781,7 @@ public abstract class ContentResolver {
     * @param uri The desired URI to open.
     * @param mode The file mode to use, as per {@link ContentProvider#openAssetFile
     * ContentProvider.openAssetFile}.
     * @param signal A signal to cancel the operation in progress, or null if
     * @param cancellationSignal A signal to cancel the operation in progress, or null if
     *            none. If the operation is canceled, then
     *            {@link OperationCanceledException} will be thrown.
     * @return Returns a new ParcelFileDescriptor pointing to the file.  You
@@ -937,8 +937,8 @@ public abstract class ContentResolver {
     * select a type, though there is no way for you to determine what type
     * it is returning.
     * @param opts Additional provider-dependent options.
     * @param signal A signal to cancel the operation in progress, or null if
     *            none. If the operation is canceled, then
     * @param cancellationSignal A signal to cancel the operation in progress,
     *         or null if none. If the operation is canceled, then
     *         {@link OperationCanceledException} will be thrown.
     * @return Returns a new ParcelFileDescriptor from which you can read the
     * data stream from the provider.  Note that this may be a pipe, meaning