Home
last modified time | relevance | path

Searched refs:stopMeasurementCollection (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/
DGnssMeasurementsProviderTest.java120 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()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssMeasurementsProvider.java171 if (mGnssNative.stopMeasurementCollection()) { in unregisterWithService()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java807 public boolean stopMeasurementCollection() { in stopMeasurementCollection() method in GnssNative
809 return mGnssHal.stopMeasurementCollection(); in stopMeasurementCollection()
1464 protected boolean stopMeasurementCollection() { in stopMeasurementCollection() method in GnssNative.GnssHal
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
DFakeGnssHal.java545 protected boolean stopMeasurementCollection() { in stopMeasurementCollection() method in FakeGnssHal