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

Commit ca1dcfb2 authored by Michael Wright's avatar Michael Wright Committed by Android (Google) Code Review
Browse files

Merge "Revert "Fixed power manager CTS test."" into pi-dev

parents 07d10c7a 4d6b454b
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);