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

Commit 130f6a1f authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Expose BlobStoreManager.waitForIdle() as @TestApi." into rvc-dev am:...

Merge "Expose BlobStoreManager.waitForIdle() as @TestApi." into rvc-dev am: b09e2c95 am: 831da2ce

Change-Id: Ifdfd33980b29b390f118952f886929537aa5fb03
parents 99973865 831da2ce
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ import android.annotation.IdRes;
import android.annotation.IntRange;
import android.annotation.NonNull;
import android.annotation.SystemService;
import android.annotation.TestApi;
import android.content.Context;
import android.os.ParcelFileDescriptor;
import android.os.ParcelableException;
@@ -480,6 +481,7 @@ public class BlobStoreManager {
     *
     * @hide
     */
    @TestApi
    public void waitForIdle(long timeoutMillis) throws InterruptedException, TimeoutException {
        try {
            final CountDownLatch countDownLatch = new CountDownLatch(1);
+8 −0
Original line number Diff line number Diff line
@@ -590,6 +590,14 @@ package android.app.backup {

}

package android.app.blob {

  public class BlobStoreManager {
    method public void waitForIdle(long) throws java.lang.InterruptedException, java.util.concurrent.TimeoutException;
  }

}

package android.app.prediction {

  public final class AppPredictionContext implements android.os.Parcelable {