summaryrefslogtreecommitdiff
path: root/api/system-lint-baseline.txt
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2019-12-10 15:31:57 +0000
committerAnton Hansson <hansson@google.com>2019-12-10 15:59:47 +0000
commit3e8f84f82f09c20b01a254d75c7d16f163c91d4e (patch)
tree7309220b60c061d7037296fe290f39890b8d5669 /api/system-lint-baseline.txt
parent3978fd5471dc6ebbf2b2dbe62131183162eb1cca (diff)
Whitelist new lint errors
These typedefs were incorrectly made public since the linter wasn't catching the errors. Bug: 145982314 Test: m Change-Id: Id89b15ba34df01584d3d5afe9d4112fad9613dbc
Diffstat (limited to 'api/system-lint-baseline.txt')
-rw-r--r--api/system-lint-baseline.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/api/system-lint-baseline.txt b/api/system-lint-baseline.txt
index fcf5178716e1..ef38cef3b0db 100644
--- a/api/system-lint-baseline.txt
+++ b/api/system-lint-baseline.txt
@@ -196,6 +196,16 @@ ProtectedMember: android.service.contentcapture.ContentCaptureService#dump(java.
ProtectedMember: android.service.notification.NotificationAssistantService#attachBaseContext(android.content.Context):
+PublicTypedef: android.content.integrity.AtomicFormula.Key: Don't expose @IntDef: @Key must be hidden.
+
+PublicTypedef: android.content.integrity.AtomicFormula.Operator: Don't expose @IntDef: @Operator must be hidden.
+
+PublicTypedef: android.content.integrity.CompoundFormula.Connector: Don't expose @IntDef: @Connector must be hidden.
+
+PublicTypedef: android.content.integrity.Formula.Tag: Don't expose @IntDef: @Tag must be hidden.
+
+PublicTypedef: android.content.integrity.Rule.Effect: Don't expose @IntDef: @Effect must be hidden.
+
SamShouldBeLast: android.accounts.AccountManager#addAccount(String, String, String[], android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler):