Home
last modified time | relevance | path

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

/expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/
H A DTaskManagerInternalModule.java53 mTaskService.setTaskManager(this, getAppScopeKey(), getAppUrl()); in onCreate()
61 mTaskService.setTaskManager(null, getAppScopeKey(), getAppUrl()); in onDestroy()
H A DTaskService.java231 public void setTaskManager(TaskManagerInterface taskManager, String appScopeKey, String appUrl) { in setTaskManager() method in TaskService
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/
H A DTaskManagerInternalModule.java53 mTaskService.setTaskManager(this, getAppScopeKey(), getAppUrl()); in onCreate()
61 mTaskService.setTaskManager(null, getAppScopeKey(), getAppUrl()); in onDestroy()
H A DTaskService.java231 public void setTaskManager(TaskManagerInterface taskManager, String appScopeKey, String appUrl) { in setTaskManager() method in TaskService
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/taskManager/
H A DTaskManagerInternalModule.java53 mTaskService.setTaskManager(this, getAppScopeKey(), getAppUrl()); in onCreate()
61 mTaskService.setTaskManager(null, getAppScopeKey(), getAppUrl()); in onDestroy()
H A DTaskService.java231 public void setTaskManager(TaskManagerInterface taskManager, String appScopeKey, String appUrl) { in setTaskManager() method in TaskService
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/taskManager/
H A DTaskManagerInternalModule.java53 mTaskService.setTaskManager(this, getAppScopeKey(), getAppUrl()); in onCreate()
61 mTaskService.setTaskManager(null, getAppScopeKey(), getAppUrl()); in onDestroy()
H A DTaskService.java231 public void setTaskManager(TaskManagerInterface taskManager, String appScopeKey, String appUrl) { in setTaskManager() method in TaskService
/expo/packages/expo-modules-core/ios/Interfaces/TaskManager/
H A DEXTaskServiceInterface.h64 - (void)setTaskManager:(nonnull id<EXTaskManagerInterface>)taskManager
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Interfaces/TaskManager/
H A DABI47_0_0EXTaskServiceInterface.h64 - (void)setTaskManager:(nonnull id<ABI47_0_0EXTaskManagerInterface>)taskManager
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Interfaces/TaskManager/
H A DABI49_0_0EXTaskServiceInterface.h64 - (void)setTaskManager:(nonnull id<ABI49_0_0EXTaskManagerInterface>)taskManager
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Interfaces/TaskManager/
H A DABI48_0_0EXTaskServiceInterface.h64 - (void)setTaskManager:(nonnull id<ABI48_0_0EXTaskManagerInterface>)taskManager
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/interfaces/taskManager/
H A DTaskServiceInterface.java64 void setTaskManager(TaskManagerInterface taskManager, String appScopeKey, String appUrl); in setTaskManager() method
/expo/packages/expo-task-manager/ios/EXTaskManager/
H A DEXTaskManager.m55 [_taskService setTaskManager:self forAppId:_appId withUrl:[self _findAppUrl]];
H A DEXTaskService.m238 - (void)setTaskManager:(id<EXTaskManagerInterface>)taskManager
/expo/ios/versioned/sdk48/EXTaskManager/EXTaskManager/
H A DABI48_0_0EXTaskManager.m55 [_taskService setTaskManager:self forAppId:_appId withUrl:[self _findAppUrl]];
H A DABI48_0_0EXTaskService.m238 - (void)setTaskManager:(id<ABI48_0_0EXTaskManagerInterface>)taskManager
/expo/ios/versioned/sdk47/EXTaskManager/EXTaskManager/
H A DABI47_0_0EXTaskManager.m55 [_taskService setTaskManager:self forAppId:_appId withUrl:[self _findAppUrl]];
H A DABI47_0_0EXTaskService.m238 - (void)setTaskManager:(id<ABI47_0_0EXTaskManagerInterface>)taskManager
/expo/ios/versioned/sdk49/EXTaskManager/EXTaskManager/
H A DABI49_0_0EXTaskManager.m55 [_taskService setTaskManager:self forAppId:_appId withUrl:[self _findAppUrl]];
H A DABI49_0_0EXTaskService.m238 - (void)setTaskManager:(id<ABI49_0_0EXTaskManagerInterface>)taskManager