diff options
author | Sarah Chin <sarahchin@google.com> | 2020-01-22 15:41:53 -0800 |
---|---|---|
committer | Sarah Chin <sarahchin@google.com> | 2020-01-22 17:02:16 -0800 |
commit | a63e69cf94e5c6ea9de5eb312d36c96818711a2d (patch) | |
tree | 9b2ec1c1aa85badade31fcf2d7e3fe0e5b357fef /api/system-lint-baseline.txt | |
parent | 48bba35dc1f0b2ca4455e400d5fe87824b0a7eae (diff) |
Expose hidden resources used in telephony/common
Test: atest GsmAlphabetTest, CarrierAppUtilsTest
Bug: 148174114
Change-Id: Iff28c13e3470ea9b2e03cba33bf9489a089f8add
Diffstat (limited to 'api/system-lint-baseline.txt')
-rw-r--r-- | api/system-lint-baseline.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api/system-lint-baseline.txt b/api/system-lint-baseline.txt index fde6bb3424f7..cf1a34a5934b 100644 --- a/api/system-lint-baseline.txt +++ b/api/system-lint-baseline.txt @@ -243,6 +243,12 @@ ProtectedMember: android.service.notification.NotificationAssistantService#attac +ResourceValueFieldName: android.R.array#config_sms_enabled_locking_shift_tables: + Expected resource name in `android.R.array` to be in the `fooBarBaz` style, was `config_sms_enabled_locking_shift_tables` +ResourceValueFieldName: android.R.array#config_sms_enabled_single_shift_tables: + Expected resource name in `android.R.array` to be in the `fooBarBaz` style, was `config_sms_enabled_single_shift_tables` + + SamShouldBeLast: android.accounts.AccountManager#addAccount(String, String, String[], android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler): SamShouldBeLast: android.accounts.AccountManager#addOnAccountsUpdatedListener(android.accounts.OnAccountsUpdateListener, android.os.Handler, boolean): |