Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68e28bb6 authored by Shuo Qian's avatar Shuo Qian Committed by Automerger Merge Worker
Browse files

Merge "Modify ImsCallProfile unit test" am: 7342ceb3 am: 1087cd8b am: 31192634

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1543726

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ib2726c4e789885b2c6ec1374cdcfb3d263c64673
parents 0614a392 31192634
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -131,9 +131,9 @@ public class ImsCallProfileTest {
        Location locationFromUnparceledData = unparceledData.getCallExtraParcelable(
                ImsCallProfile.EXTRA_LOCATION);
        assertEquals("unparceled data for EXTRA_LOCATION latitude is not valid!",
                locationFromData.getLatitude(), locationFromUnparceledData.getLatitude());
                locationFromData.getLatitude(), locationFromUnparceledData.getLatitude(), 0);
        assertEquals("unparceled data for EXTRA_LOCATION Longitude is not valid!",
                locationFromData.getLongitude(), locationFromUnparceledData.getLongitude());
                locationFromData.getLongitude(), locationFromUnparceledData.getLongitude(), 0);

        assertEquals("unparceled data for EXTRA_PICTURE_URL is not valid!",
                data.getCallExtra(ImsCallProfile.EXTRA_PICTURE_URL),