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

Commit ffdaedd0 authored by Yu-Han Yang's avatar Yu-Han Yang Committed by android-build-merger
Browse files

Merge "Set lowPowerMode as false in StartAndGetLocations" into pi-dev

am: c495cdbe

Change-Id: I53f9af32f68f464549dc0fe5a791d86ba060f15e
parents 022aa332 c495cdbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ void GnssHalTest::CheckLocation(GnssLocation& location, bool check_speed) {
void GnssHalTest::StartAndCheckLocations(int count) {
    const int kMinIntervalMsec = 500;
    const int kLocationTimeoutSubsequentSec = 2;
    const bool kLowPowerMode = true;
    const bool kLowPowerMode = false;

    SetPositionMode(kMinIntervalMsec, kLowPowerMode);