From 46ab91aa14ee061354af8c225a1d065bf735e549 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. Bug: 78447530 Test: cts-tradefed run cts-dev -m CtsLibcoreTestCases (cherry picked from commit 094f08bc41d4124aed63123440d9efcafe1f473c) Change-Id: I60a158654ad962c8e3b5282c035dae0c014903d0 Merged-In: 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 ee90684550250..c4b1142b02836 100644 --- a/config/hiddenapi-light-greylist.txt +++ b/config/hiddenapi-light-greylist.txt @@ -7831,7 +7831,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