Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/
H A 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()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssMeasurementsProvider.java157 if (mGnssNative.stopMeasurementCollection()) { in unregisterWithService()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
H A DGnssNative.java782 public boolean stopMeasurementCollection() { in stopMeasurementCollection() method in GnssNative
784 return mGnssHal.stopMeasurementCollection(); in stopMeasurementCollection()
1411 protected boolean stopMeasurementCollection() { in stopMeasurementCollection() method in GnssNative.GnssHal
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
H A DFakeGnssHal.java545 protected boolean stopMeasurementCollection() { in stopMeasurementCollection() method in FakeGnssHal