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

Commit 3e06b75b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Replace {@hide} with @hide" into main

parents 263650e3 b356380b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,5 +15,5 @@
 */
package android.app.blob;

/** {@hide} */
/** @hide */
parcelable BlobHandle;
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -15,5 +15,5 @@
 */
package android.app.blob;

/** {@hide} */
/** @hide */
parcelable BlobInfo;
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 */
package android.app.blob;

/** {@hide} */
/** @hide */
oneway interface IBlobCommitCallback {
    void onResult(int result);
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ import android.app.blob.IBlobStoreSession;
import android.app.blob.LeaseInfo;
import android.os.RemoteCallback;

/** {@hide} */
/** @hide */
interface IBlobStoreManager {
    long createSession(in BlobHandle handle, in String packageName);
    IBlobStoreSession openSession(long sessionId, in String packageName);
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ package android.app.blob;
import android.app.blob.IBlobCommitCallback;
import android.os.ParcelFileDescriptor;

/** {@hide} */
/** @hide */
interface IBlobStoreSession {
    ParcelFileDescriptor openWrite(long offsetBytes, long lengthBytes);
    ParcelFileDescriptor openRead();
Loading