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

am: c495cdbe2a

Change-Id: I53f9af32f68f464549dc0fe5a791d86ba060f15e
This commit is contained in:
Yu-Han Yang 2018-06-01 09:42:11 -07:00 committed by android-build-merger
commit ffdaedd087

View file

@ -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);