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

Commit d2db0ba2 authored by Anton Hansson's avatar Anton Hansson
Browse files

Baseline BannedThrow errors added since U

This allows re-enabling the BannedThrow check.

Bug: 222738070
Test: m checkapi
Change-Id: I00372722bb5f05c4c984167383db6a9fd3f65b49
parent 2c1ccb5a
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
// Baseline format: 1.0
BannedThrow: android.database.sqlite.SQLiteRawStatement#bindBlob(int, byte[]):
    Methods must not throw unchecked exceptions
BannedThrow: android.database.sqlite.SQLiteRawStatement#bindBlob(int, byte[], int, int):
    Methods must not throw unchecked exceptions
BannedThrow: android.database.sqlite.SQLiteRawStatement#bindDouble(int, double):
    Methods must not throw unchecked exceptions
BannedThrow: android.database.sqlite.SQLiteRawStatement#bindInt(int, int):
    Methods must not throw unchecked exceptions
BannedThrow: android.database.sqlite.SQLiteRawStatement#bindLong(int, long):
    Methods must not throw unchecked exceptions
BannedThrow: android.database.sqlite.SQLiteRawStatement#bindNull(int):
    Methods must not throw unchecked exceptions
BannedThrow: android.database.sqlite.SQLiteRawStatement#bindText(int, String):
    Methods must not throw unchecked exceptions
BannedThrow: android.database.sqlite.SQLiteRawStatement#getColumnBlob(int):
    Methods must not throw unchecked exceptions
BannedThrow: android.database.sqlite.SQLiteRawStatement#getColumnDouble(int):
    Methods must not throw unchecked exceptions
BannedThrow: android.database.sqlite.SQLiteRawStatement#getColumnInt(int):
    Methods must not throw unchecked exceptions
BannedThrow: android.database.sqlite.SQLiteRawStatement#getColumnLength(int):
    Methods must not throw unchecked exceptions
BannedThrow: android.database.sqlite.SQLiteRawStatement#getColumnLong(int):
    Methods must not throw unchecked exceptions
BannedThrow: android.database.sqlite.SQLiteRawStatement#getColumnName(int):
    Methods must not throw unchecked exceptions
BannedThrow: android.database.sqlite.SQLiteRawStatement#getColumnText(int):
    Methods must not throw unchecked exceptions
BannedThrow: android.database.sqlite.SQLiteRawStatement#getColumnType(int):
    Methods must not throw unchecked exceptions
BannedThrow: android.database.sqlite.SQLiteRawStatement#readColumnBlob(int, byte[], int, int, int):
    Methods must not throw unchecked exceptions
BannedThrow: android.database.sqlite.SQLiteRawStatement#step():
    Methods must not throw unchecked exceptions


BroadcastBehavior: android.app.AlarmManager#ACTION_NEXT_ALARM_CLOCK_CHANGED:
    Field 'ACTION_NEXT_ALARM_CLOCK_CHANGED' is missing @BroadcastBehavior
BroadcastBehavior: android.app.AlarmManager#ACTION_SCHEDULE_EXACT_ALARM_PERMISSION_STATE_CHANGED:
+4 −0
Original line number Diff line number Diff line
// Baseline format: 1.0
BannedThrow: android.os.vibrator.persistence.VibrationXmlSerializer#serialize(android.os.VibrationEffect, java.io.Writer):
    Methods must not throw unchecked exceptions


BroadcastBehavior: android.app.AlarmManager#ACTION_NEXT_ALARM_CLOCK_CHANGED:
    Field 'ACTION_NEXT_ALARM_CLOCK_CHANGED' is missing @BroadcastBehavior
BroadcastBehavior: android.app.AlarmManager#ACTION_SCHEDULE_EXACT_ALARM_PERMISSION_STATE_CHANGED: