Home
last modified time | relevance | path

Searched refs:getAppUrl (Results 1 – 18 of 18) 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()
70 mTaskService.registerTask(taskName, getAppScopeKey(), getAppUrl(), consumerClass, options); in registerTask()
162 private String getAppUrl() { in getAppUrl() method in TaskManagerInternalModule
H A DTask.java37 public String getAppUrl() { in getAppUrl() method in Task
H A DTaskService.java412 …r().loadApp(mContextRef.get(), new HeadlessAppLoader.Params(appScopeKey, task.getAppUrl()), () -> { in executeTask()
/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()
70 mTaskService.registerTask(taskName, getAppScopeKey(), getAppUrl(), consumerClass, options); in registerTask()
162 private String getAppUrl() { in getAppUrl() method in TaskManagerInternalModule
H A DTask.java37 public String getAppUrl() { in getAppUrl() method in Task
H A DTaskService.java412 …r().loadApp(mContextRef.get(), new HeadlessAppLoader.Params(appScopeKey, task.getAppUrl()), () -> { in executeTask()
/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()
70 mTaskService.registerTask(taskName, getAppScopeKey(), getAppUrl(), consumerClass, options); in registerTask()
162 private String getAppUrl() { in getAppUrl() method in TaskManagerInternalModule
H A DTask.java37 public String getAppUrl() { in getAppUrl() method in Task
H A DTaskService.java412 …r().loadApp(mContextRef.get(), new HeadlessAppLoader.Params(appScopeKey, task.getAppUrl()), () -> { in executeTask()
/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()
70 mTaskService.registerTask(taskName, getAppScopeKey(), getAppUrl(), consumerClass, options); in registerTask()
162 private String getAppUrl() { in getAppUrl() method in TaskManagerInternalModule
H A DTask.java37 public String getAppUrl() { in getAppUrl() method in Task
H A DTaskService.java412 …r().loadApp(mContextRef.get(), new HeadlessAppLoader.Params(appScopeKey, task.getAppUrl()), () -> { in executeTask()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/interfaces/taskManager/
H A DTaskInterface.java10 String getAppUrl(); in getAppUrl() method
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/apploader/
H A DHeadlessAppLoader.java39 public String getAppUrl() { in getAppUrl() method in HeadlessAppLoader.Params
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/repository/
H A DTasksPersistence.java44 appUrl = task.getAppUrl(); in persistTasksForAppScopeKey()
/expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/repository/
H A DTasksPersistence.java44 appUrl = task.getAppUrl(); in persistTasksForAppScopeKey()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/taskManager/repository/
H A DTasksPersistence.java44 appUrl = task.getAppUrl(); in persistTasksForAppScopeKey()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/taskManager/repository/
H A DTasksPersistence.java44 appUrl = task.getAppUrl(); in persistTasksForAppScopeKey()