Home
last modified time | relevance | path

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

/expo/apps/test-suite/tests/
H A DLocation.js10 const BACKGROUND_LOCATION_TASK = 'background-location-updates'; constant
463 const locationTask = await TaskManager.getTaskOptionsAsync(BACKGROUND_LOCATION_TASK);
470 await Location.startLocationUpdatesAsync(BACKGROUND_LOCATION_TASK);
474 const started = await Location.hasStartedLocationUpdatesAsync(BACKGROUND_LOCATION_TASK);
484 await Location.startLocationUpdatesAsync(BACKGROUND_LOCATION_TASK, {
491 await Location.stopLocationUpdatesAsync(BACKGROUND_LOCATION_TASK);
495 const started = await Location.hasStartedLocationUpdatesAsync(BACKGROUND_LOCATION_TASK);
590 TaskManager.defineTask(BACKGROUND_LOCATION_TASK, () => {});