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

Commit 396181b0 authored by Andres Morales's avatar Andres Morales
Browse files

Mark PDBManager as a SystemApi

This will allow us to XTS test these APIs

Change-Id: Ife942f73580ea24eb6801b079b642d7c67107ab0
parent 9f2bcdb6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package android.service.persistentdata;

import android.annotation.SystemApi;
import android.os.RemoteException;
import android.util.Slog;

@@ -30,12 +31,14 @@ import android.util.Slog;
 * {@link PersistentDataBlockManager#getDataBlockSize()}.
 *
 * Clients can query the maximum size for a block via
 * {@link PersistentDataBlockManager#getMaximumDataBlockSize()}
 *
 * Clients can read the currently written block by invoking
 * {@link PersistentDataBlockManager#read()}.
 *
 * @hide
 */
@SystemApi
public class PersistentDataBlockManager {
    private static final String TAG = PersistentDataBlockManager.class.getSimpleName();
    private IPersistentDataBlockService sService;