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()
247 private boolean mBatchingStarted; field in GnssLocationProvider1098 mBatchingStarted = true; in startBatching()1106 if (mBatchingStarted) { in stopBatching()1108 mBatchingStarted = false; in stopBatching()1445 pw.println("mBatchingStarted=" + mBatchingStarted); in dump()