Skip to content
Commit 9d722a0c authored by Nathan Harold's avatar Nathan Harold
Browse files

Convert getBands() to int[] from List<Integer>

To conform with API council guidelines, convert the
getBands() function to store and return an array of
int[] rather than a List<Integer> to avoid autoboxing.

Also:
-Add bands to hashCode() and equals() for CellIdentityLte
-Add EARFCN to hashCode() for CellIdentityLte

Bug: 150399894
Test: atest FrameworksTelephonyTests
Change-Id: I7edd5896b48794cd9c291788c28420ce40898f77
parent db5c0688
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment