summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMakoto Onuki <omakoto@google.com>2020-06-19 14:47:41 -0700
committerMakoto Onuki <omakoto@google.com>2020-06-24 18:02:10 +0000
commit42bec243c0ea5df799bdea4a27ad1e6115fe66f3 (patch)
tree8fea351b8750cbbcff21e292cd75ea1e560dbf82 /graphics
parent4d21c064fcb390537162b5afe9f69ab9e96c4498 (diff)
Remove unnecessarily @System/TestApi annotations
We can't expose APIs if the enclosing class is hidden, so these annotations are redundant. We need to remove them so that we can enable the check. Exempt-From-Owner-Approval:Cherry-pick from goog/master Bug: 159121253 Test: treehugger (i.e. this shouldn't trigger "API has changed" error.) Merged-in: Ie1841a670bdf6c6f4b25a1fc5deed8ec2d18cda2 Change-Id: Ie1841a670bdf6c6f4b25a1fc5deed8ec2d18cda2
Diffstat (limited to 'graphics')
-rw-r--r--graphics/java/android/graphics/GraphicsStatsService.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/java/android/graphics/GraphicsStatsService.java b/graphics/java/android/graphics/GraphicsStatsService.java
index 8dfd6ee92a9a..2d6848b618a1 100644
--- a/graphics/java/android/graphics/GraphicsStatsService.java
+++ b/graphics/java/android/graphics/GraphicsStatsService.java
@@ -16,7 +16,6 @@
package android.graphics;
-import android.annotation.SystemApi;
import android.app.AlarmManager;
import android.app.AppOpsManager;
import android.content.Context;
@@ -100,7 +99,6 @@ public class GraphicsStatsService extends IGraphicsStats.Stub {
private Handler mWriteOutHandler;
private boolean mRotateIsScheduled = false;
- @SystemApi
public GraphicsStatsService(Context context) {
mContext = context;
mAppOps = context.getSystemService(AppOpsManager.class);