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

Commit fbdcc69d 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 am: 130f6a1f

Change-Id: I9d55fada04648570d379d86deecdd93d158d2857
parents 09abd4f9 130f6a1f
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 {