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

Commit 2dd92f82 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: I359aa577fa66976f533be8eebbfc4921fdf106ea
parents b2533925 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 {