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

Commit 1087cd8b authored by Shuo Qian's avatar Shuo Qian Committed by Automerger Merge Worker
Browse files

Merge "Modify ImsCallProfile unit test" am: 7342ceb3

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9c122b29ee37401cf6650f52613f13e0f5ada432
parents f7f3d12f 7342ceb3
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),