Searched refs:MeasurementService (Results 1 – 2 of 2) sorted by relevance
180 return new Intent(ApplicationProvider.getApplicationContext(), MeasurementService.class); in getIntentForMeasurementService()184 MeasurementService spyMeasurementService = spy(new MeasurementService()); in onCreateAndOnBindService()
55 public class MeasurementService extends Service { class