Searched refs:stopMeasurementCollection (Results 1 – 4 of 4) sorted by relevance
120 verify(mGnssNative, times(1)).stopMeasurementCollection(); in testAddListener_active()132 verify(mGnssNative, times(1)).stopMeasurementCollection(); in testAddListener_passive()146 verify(mGnssNative, never()).stopMeasurementCollection(); in testReregister_aidlV3Plus()154 verify(mGnssNative, times(1)).stopMeasurementCollection(); in testReregister_aidlV3Plus()158 verify(mGnssNative, times(2)).stopMeasurementCollection(); in testReregister_aidlV3Plus()172 verify(mGnssNative, times(1)).stopMeasurementCollection(); in testReregister_preAidlV3()180 verify(mGnssNative, times(2)).stopMeasurementCollection(); in testReregister_preAidlV3()184 verify(mGnssNative, times(3)).stopMeasurementCollection(); in testReregister_preAidlV3()
157 if (mGnssNative.stopMeasurementCollection()) { in unregisterWithService()
782 public boolean stopMeasurementCollection() { in stopMeasurementCollection() method in GnssNative784 return mGnssHal.stopMeasurementCollection(); in stopMeasurementCollection()1411 protected boolean stopMeasurementCollection() { in stopMeasurementCollection() method in GnssNative.GnssHal
545 protected boolean stopMeasurementCollection() { in stopMeasurementCollection() method in FakeGnssHal