Home
last modified time | relevance | path

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

/expo/packages/expo-location/src/
H A DLocation.ts418 export async function hasStartedLocationUpdatesAsync(taskName: string): Promise<boolean> { function
420 return ExpoLocation.hasStartedLocationUpdatesAsync(taskName);
/expo/packages/expo-location/build/
H A DLocation.js330 export async function hasStartedLocationUpdatesAsync(taskName) { function
332 return ExpoLocation.hasStartedLocationUpdatesAsync(taskName);
H A DLocation.d.ts201 export declare function hasStartedLocationUpdatesAsync(taskName: string): Promise<boolean>;
H A DLocation.js.map1hasStartedLocationUpdatesAsync(taskName: string): Promise<boolean> {\n _validateTaskName(taskName…
/expo/apps/test-suite/tests/
H A DLocation.js474 const started = await Location.hasStartedLocationUpdatesAsync(BACKGROUND_LOCATION_TASK);
495 const started = await Location.hasStartedLocationUpdatesAsync(BACKGROUND_LOCATION_TASK);
/expo/home/screens/DiagnosticsScreen/
H A DLocationDiagnosticsScreen.tsx93 const isTracking = await Location.hasStartedLocationUpdatesAsync(LOCATION_UPDATES_TASK);
/expo/apps/native-component-list/src/screens/Location/
H A DBackgroundLocationMapScreen.tsx115 const isTracking = await Location.hasStartedLocationUpdatesAsync(LOCATION_UPDATES_TASK);
/expo/ios/versioned/sdk49/EXLocation/EXLocation/
H A DABI49_0_0EXLocation.m436 ABI49_0_0EX_EXPORT_METHOD_AS(hasStartedLocationUpdatesAsync, category
/expo/ios/versioned/sdk47/EXLocation/EXLocation/
H A DABI47_0_0EXLocation.m436 ABI47_0_0EX_EXPORT_METHOD_AS(hasStartedLocationUpdatesAsync, category
/expo/ios/versioned/sdk48/EXLocation/EXLocation/
H A DABI48_0_0EXLocation.m436 ABI48_0_0EX_EXPORT_METHOD_AS(hasStartedLocationUpdatesAsync, category
/expo/packages/expo-location/ios/EXLocation/
H A DEXLocation.m436 EX_EXPORT_METHOD_AS(hasStartedLocationUpdatesAsync, category
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/location/
H A DLocationModule.java496 public void hasStartedLocationUpdatesAsync(String taskName, final Promise promise) { in hasStartedLocationUpdatesAsync() method in LocationModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/location/
H A DLocationModule.java496 public void hasStartedLocationUpdatesAsync(String taskName, final Promise promise) { in hasStartedLocationUpdatesAsync() method in LocationModule
/expo/packages/expo-location/android/src/main/java/expo/modules/location/
H A DLocationModule.java496 public void hasStartedLocationUpdatesAsync(String taskName, final Promise promise) { in hasStartedLocationUpdatesAsync() method in LocationModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/location/
H A DLocationModule.java496 public void hasStartedLocationUpdatesAsync(String taskName, final Promise promise) { in hasStartedLocationUpdatesAsync() method in LocationModule