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

Commit 4d6b454b authored by Michael Wright's avatar Michael Wright
Browse files

Revert "Fixed power manager CTS test."

This reverts commit 48fed61d.

Reason for revert: m checkbuild failing
Bug: 77907164

Change-Id: I7f75dafc049581a7a5393c3cf0108c488eecaf48
parent 48fed61d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -604,10 +604,6 @@ package android.os {
    field public static final android.os.Parcelable.Creator<android.os.IncidentReportArgs> CREATOR;
  }

  public final class PowerManager {
    method public void nap(long);
  }

  public class Process {
    method public static final int getThreadScheduler(int) throws java.lang.IllegalArgumentException;
  }
+0 −2
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ import android.annotation.RequiresPermission;
import android.annotation.SdkConstant;
import android.annotation.SystemApi;
import android.annotation.SystemService;
import android.annotation.TestApi;
import android.content.Context;
import android.util.Log;
import android.util.proto.ProtoOutputStream;
@@ -961,7 +960,6 @@ public final class PowerManager {
     *
     * @hide Requires signature permission.
     */
    @TestApi
    public void nap(long time) {
        try {
            mService.nap(time);