Loading core/java/android/util/IntArray.java +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ public class IntArray implements Cloneable { * Creates an empty IntArray with the default initial capacity. */ public IntArray() { this(10); this(0); } /** Loading core/java/android/util/LongArray.java +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ public class LongArray implements Cloneable { */ @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553) public LongArray() { this(10); this(0); } /** Loading Loading
core/java/android/util/IntArray.java +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ public class IntArray implements Cloneable { * Creates an empty IntArray with the default initial capacity. */ public IntArray() { this(10); this(0); } /** Loading
core/java/android/util/LongArray.java +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ public class LongArray implements Cloneable { */ @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553) public LongArray() { this(10); this(0); } /** Loading