From 094f08bc41d4124aed63123440d9efcafe1f473c Mon Sep 17 00:00:00 2001 From: Pete Gillin Date: Tue, 22 May 2018 16:00:57 +0100 Subject: [PATCH] Remove Arrays.checkOffsetAndCount from the greylist. This method is being removed. All usages of this @hide method in the platform have already been removed. For an analysis of the usage in apps, see the bug. This change also reorders a few methods using sort_api.sh, because a presubmit check required it. Bug: 78447530 Test: cts-tradefed run cts-dev -m CtsLibcoreTestCases Change-Id: Ic89cf0775170393fe906f581364bff0e852958ef --- config/hiddenapi-light-greylist.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/config/hiddenapi-light-greylist.txt b/config/hiddenapi-light-greylist.txt index d9cedaf3c062..8db7de3a3e7f 100644 --- a/config/hiddenapi-light-greylist.txt +++ b/config/hiddenapi-light-greylist.txt @@ -8803,7 +8803,6 @@ Ljava/util/ArrayList$SubList;->size:I Ljava/util/ArrayList;->elementData:[Ljava/lang/Object; Ljava/util/ArrayList;->size:I Ljava/util/Arrays$ArrayList;->a:[Ljava/lang/Object; -Ljava/util/Arrays;->checkOffsetAndCount(III)V Ljava/util/Arrays;->deepToString([Ljava/lang/Object;Ljava/lang/StringBuilder;Ljava/util/Set;)V Ljava/util/Calendar;->zone:Ljava/util/TimeZone; Ljava/util/Collections$EmptyList;->()V -- 2.11.0