Merge "Revert "Fixed power manager CTS test."" into pi-dev
am: ca1dcfb23e
Change-Id: Ie748557c6940961635cdd929238f1bd2070e8804
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user