Searched refs:mBatchingStarted (Results 1 – 2 of 2) sorted by relevance
231 private boolean mBatchingStarted = false; field in FakeGnssHal.HalState307 if (mState.mBatchingStarted) { in reportLocation()567 mState.mBatchingStarted = true; in startBatch()581 mState.mBatchingStarted = false; in stopBatch()
257 private boolean mBatchingStarted; field in GnssLocationProvider1108 mBatchingStarted = true; in startBatching()1139 if (mBatchingStarted) { in stopBatching()1145 mBatchingStarted = false; in stopBatching()1482 pw.println("mBatchingStarted=" + mBatchingStarted); in dump()