Replace libcore.util.Mutable{Int,Long} with Int{32,64}Ref.
Since the new classes Int{32,64}Ref live in the package
android.system, which is fine for libcore to depend on,
there is no longer a need to have libcore.util.Mutable*.
This CL migrates all usages to the new classes.
Test: CtsLibcoreTestCases
Bug: 67901714
Change-Id: Icb55f778e05f6083d6d93b4c50fa76211dfa16c7
Loading
Please sign in to comment