Searched refs:stopBatch (Results 1 – 3 of 3) sorted by relevance
99 boolean stopped = mNative.stopBatch(); in stop()137 public boolean stopBatch() { in stopBatch() method in GnssBatchingProvider.GnssBatchingProviderNative
58 when(mMockNative.stopBatch()).thenReturn(true); in setUp()73 verify(mMockNative).stopBatch(); in stop_nativeStopped()
18075 PLcom/android/server/location/gnss/GnssBatchingProvider$GnssBatchingProviderNative;->stopBatch()Z