Fix updateConnectionStatus call in gnss hidl 1.0/1

Change-Id: I4c3b66ec440c982714ccd7a3f6111319ad1601fb
CRs-fixed: 2480731
This commit is contained in:
Yingjie Wang 2019-06-28 12:49:52 +08:00
parent 60403cd1da
commit 18d9283e40
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ Return<bool> AGnssRil::updateNetworkState(bool connected, NetworkType type, bool
}
break;
}
mGnss->getGnssInterface()->updateConnectionStatus(connected, typeout);
mGnss->getGnssInterface()->updateConnectionStatus(connected, false, typeout, 0);
}
return true;
}

View file

@ -102,7 +102,7 @@ Return<bool> AGnssRil::updateNetworkState(bool connected, NetworkType type, bool
}
break;
}
mGnss->getGnssInterface()->updateConnectionStatus(connected, typeout);
mGnss->getGnssInterface()->updateConnectionStatus(connected, false, typeout, 0);
}
return true;
}