Home
last modified time | relevance | path

Searched refs:TaskExecutionCallback (Results 1 – 25 of 27) sorted by relevance

12

/expo/packages/expo-modules-core/android/src/main/java/expo/modules/interfaces/taskManager/
H A DTaskExecutionCallback.java6 public interface TaskExecutionCallback { interface
H A DTaskInterface.java20 void execute(Bundle data, Error error, TaskExecutionCallback callback); in execute()
H A DTaskServiceInterface.java84 void executeTask(TaskInterface task, Bundle data, Error error, TaskExecutionCallback callback); in executeTask()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/
H A DTask.java8 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
57 public void execute(Bundle data, Error error, TaskExecutionCallback callback) { in execute()
H A DTaskService.java30 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
69 private static final Map<String, TaskExecutionCallback> sTaskCallbacks = new HashMap<>();
223 TaskExecutionCallback taskCallback = sTaskCallbacks.get(eventId); in notifyTaskFinished()
372 …public void executeTask(TaskInterface task, Bundle data, Error error, TaskExecutionCallback callba… in executeTask()
/expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/
H A DTask.java8 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
57 public void execute(Bundle data, Error error, TaskExecutionCallback callback) { in execute()
H A DTaskService.java30 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
69 private static final Map<String, TaskExecutionCallback> sTaskCallbacks = new HashMap<>();
223 TaskExecutionCallback taskCallback = sTaskCallbacks.get(eventId); in notifyTaskFinished()
372 …public void executeTask(TaskInterface task, Bundle data, Error error, TaskExecutionCallback callba… in executeTask()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/taskManager/
H A DTask.java8 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
57 public void execute(Bundle data, Error error, TaskExecutionCallback callback) { in execute()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/taskManager/
H A DTask.java8 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
57 public void execute(Bundle data, Error error, TaskExecutionCallback callback) { in execute()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java24 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
83 mTask.execute(bundle, null, new TaskExecutionCallback() { in didExecuteJob()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java24 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
83 mTask.execute(bundle, null, new TaskExecutionCallback() { in didExecuteJob()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java24 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
83 mTask.execute(bundle, null, new TaskExecutionCallback() { in didExecuteJob()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java24 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
83 mTask.execute(bundle, null, new TaskExecutionCallback() { in didExecuteJob()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchTaskConsumer.java15 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
90 mTask.execute(null, null, new TaskExecutionCallback() { in didExecuteJob()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchTaskConsumer.java15 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
90 mTask.execute(null, null, new TaskExecutionCallback() { in didExecuteJob()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchTaskConsumer.java15 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
90 mTask.execute(null, null, new TaskExecutionCallback() { in didExecuteJob()
/expo/packages/expo-background-fetch/android/src/main/java/expo/modules/backgroundfetch/
H A DBackgroundFetchTaskConsumer.java15 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
90 mTask.execute(null, null, new TaskExecutionCallback() { in didExecuteJob()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/location/taskConsumers/
H A DLocationTaskConsumer.java40 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
154 executeTaskWithLocationBundles(locationBundles, new TaskExecutionCallback() { in didExecuteJob()
337 …executeTaskWithLocationBundles(ArrayList<Bundle> locationBundles, TaskExecutionCallback callback) { in executeTaskWithLocationBundles()
H A DGeofencingTaskConsumer.java30 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
139 mTask.execute(bundle, null, new TaskExecutionCallback() { in didExecuteJob()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/location/taskConsumers/
H A DLocationTaskConsumer.java40 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
154 executeTaskWithLocationBundles(locationBundles, new TaskExecutionCallback() { in didExecuteJob()
337 …executeTaskWithLocationBundles(ArrayList<Bundle> locationBundles, TaskExecutionCallback callback) { in executeTaskWithLocationBundles()
H A DGeofencingTaskConsumer.java30 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
139 mTask.execute(bundle, null, new TaskExecutionCallback() { in didExecuteJob()
/expo/packages/expo-location/android/src/main/java/expo/modules/location/taskConsumers/
H A DLocationTaskConsumer.java40 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
154 executeTaskWithLocationBundles(locationBundles, new TaskExecutionCallback() { in didExecuteJob()
337 …executeTaskWithLocationBundles(ArrayList<Bundle> locationBundles, TaskExecutionCallback callback) { in executeTaskWithLocationBundles()
H A DGeofencingTaskConsumer.java30 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
139 mTask.execute(bundle, null, new TaskExecutionCallback() { in didExecuteJob()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/location/taskConsumers/
H A DLocationTaskConsumer.java40 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
154 executeTaskWithLocationBundles(locationBundles, new TaskExecutionCallback() { in didExecuteJob()
337 …executeTaskWithLocationBundles(ArrayList<Bundle> locationBundles, TaskExecutionCallback callback) { in executeTaskWithLocationBundles()
H A DGeofencingTaskConsumer.java30 import expo.modules.interfaces.taskManager.TaskExecutionCallback;
139 mTask.execute(bundle, null, new TaskExecutionCallback() { in didExecuteJob()

12