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

Commit 29038b13 authored by Yu-Han Yang's avatar Yu-Han Yang Committed by Android (Google) Code Review
Browse files

Merge "Set the floor value of time estimate as 2017 Jan 01 00:00:00 GMT"

parents 761e1884 5fa43c83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -428,7 +428,7 @@ TEST_F(GnssHalTest, GnssDebugValuesSanityTest) {
            EXPECT_GE(data.position.ageSeconds, 0);
        }

        EXPECT_GE(data.time.timeEstimate, 1514764800000);  // Jan 01 2018 00:00:00
        EXPECT_GE(data.time.timeEstimate, 1483228800000);  // Jan 01 2017 00:00:00 GMT.

        EXPECT_GT(data.time.timeUncertaintyNs, 0);