Loading core/java/android/content/ContentResolver.java +7 −7 Original line number Diff line number Diff line Loading @@ -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. Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading
core/java/android/content/ContentResolver.java +7 −7 Original line number Diff line number Diff line Loading @@ -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. Loading Loading @@ -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 Loading Loading @@ -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 Loading