Home
last modified time | relevance | path

Searched refs:getAppScopeKey (Results 1 – 25 of 42) sorted by relevance

12

/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()
76 mTaskService.unregisterTask(taskName, getAppScopeKey(), consumerClass); in unregisterTask()
95 return mTaskService.taskHasConsumerOfClass(taskName, getAppScopeKey(), consumerClass); in taskHasConsumerOfClass()
110 public String getAppScopeKey() { in getAppScopeKey() method in TaskManagerInternalModule
112 return mConstants.getAppScopeKey(); in getAppScopeKey()
122 List<TaskConsumerInterface> taskConsumers = mTaskService.getTaskConsumers(getAppScopeKey()); in onHostResume()
134 List<TaskConsumerInterface> taskConsumers = mTaskService.getTaskConsumers(getAppScopeKey()); in onHostPause()
146 List<TaskConsumerInterface> taskConsumers = mTaskService.getTaskConsumers(getAppScopeKey()); in onHostDestroy()
[all …]
H A DTask.java33 public String getAppScopeKey() { in getAppScopeKey() method in Task
H A DTaskManagerUtils.java195 String appScopeKey = task.getAppScopeKey(); in createTaskIntent()
218 extras.putString("appId", task.getAppScopeKey()); in createExtrasForTask()
238 String appScopeKey = task.getAppScopeKey(); in isJobInfoRelatedToTask()
/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()
76 mTaskService.unregisterTask(taskName, getAppScopeKey(), consumerClass); in unregisterTask()
95 return mTaskService.taskHasConsumerOfClass(taskName, getAppScopeKey(), consumerClass); in taskHasConsumerOfClass()
110 public String getAppScopeKey() { in getAppScopeKey() method in TaskManagerInternalModule
112 return mConstants.getAppScopeKey(); in getAppScopeKey()
122 List<TaskConsumerInterface> taskConsumers = mTaskService.getTaskConsumers(getAppScopeKey()); in onHostResume()
134 List<TaskConsumerInterface> taskConsumers = mTaskService.getTaskConsumers(getAppScopeKey()); in onHostPause()
146 List<TaskConsumerInterface> taskConsumers = mTaskService.getTaskConsumers(getAppScopeKey()); in onHostDestroy()
[all …]
H A DTaskManagerModule.java55 mTaskService.notifyTaskFinished(taskName, getAppScopeKey(), response); in notifyTaskFinishedAsync()
64 promise.resolve(mTaskService.hasRegisteredTask(taskName, getAppScopeKey())); in isTaskRegisteredAsync()
72 promise.resolve(mTaskService.getTaskOptions(taskName, getAppScopeKey())); in getTaskOptionsAsync()
80 promise.resolve(mTaskService.getTasksForAppScopeKey(getAppScopeKey())); in getRegisteredTasksAsync()
89 mTaskService.unregisterTask(taskName, getAppScopeKey(), null); in unregisterTaskAsync()
102 mTaskService.unregisterAllTasksForAppScopeKey(getAppScopeKey()); in unregisterAllTasksAsync()
132 private String getAppScopeKey() { in getAppScopeKey() method in TaskManagerModule
133 return mTaskManagerInternal.getAppScopeKey(); in getAppScopeKey()
H A DTask.java33 public String getAppScopeKey() { in getAppScopeKey() method in Task
H A DTaskManagerUtils.java195 String appScopeKey = task.getAppScopeKey(); in createTaskIntent()
218 extras.putString("appId", task.getAppScopeKey()); in createExtrasForTask()
238 String appScopeKey = task.getAppScopeKey(); in isJobInfoRelatedToTask()
/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()
76 mTaskService.unregisterTask(taskName, getAppScopeKey(), consumerClass); in unregisterTask()
95 return mTaskService.taskHasConsumerOfClass(taskName, getAppScopeKey(), consumerClass); in taskHasConsumerOfClass()
110 public String getAppScopeKey() { in getAppScopeKey() method in TaskManagerInternalModule
112 return mConstants.getAppScopeKey(); in getAppScopeKey()
122 List<TaskConsumerInterface> taskConsumers = mTaskService.getTaskConsumers(getAppScopeKey()); in onHostResume()
134 List<TaskConsumerInterface> taskConsumers = mTaskService.getTaskConsumers(getAppScopeKey()); in onHostPause()
146 List<TaskConsumerInterface> taskConsumers = mTaskService.getTaskConsumers(getAppScopeKey()); in onHostDestroy()
[all …]
H A DTaskManagerModule.java55 mTaskService.notifyTaskFinished(taskName, getAppScopeKey(), response); in notifyTaskFinishedAsync()
64 promise.resolve(mTaskService.hasRegisteredTask(taskName, getAppScopeKey())); in isTaskRegisteredAsync()
72 promise.resolve(mTaskService.getTaskOptions(taskName, getAppScopeKey())); in getTaskOptionsAsync()
80 promise.resolve(mTaskService.getTasksForAppScopeKey(getAppScopeKey())); in getRegisteredTasksAsync()
89 mTaskService.unregisterTask(taskName, getAppScopeKey(), null); in unregisterTaskAsync()
102 mTaskService.unregisterAllTasksForAppScopeKey(getAppScopeKey()); in unregisterAllTasksAsync()
132 private String getAppScopeKey() { in getAppScopeKey() method in TaskManagerModule
133 return mTaskManagerInternal.getAppScopeKey(); in getAppScopeKey()
H A DTask.java33 public String getAppScopeKey() { in getAppScopeKey() method in Task
H A DTaskManagerUtils.java195 String appScopeKey = task.getAppScopeKey(); in createTaskIntent()
218 extras.putString("appId", task.getAppScopeKey()); in createExtrasForTask()
238 String appScopeKey = task.getAppScopeKey(); in isJobInfoRelatedToTask()
/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()
76 mTaskService.unregisterTask(taskName, getAppScopeKey(), consumerClass); in unregisterTask()
95 return mTaskService.taskHasConsumerOfClass(taskName, getAppScopeKey(), consumerClass); in taskHasConsumerOfClass()
110 public String getAppScopeKey() { in getAppScopeKey() method in TaskManagerInternalModule
112 return mConstants.getAppScopeKey(); in getAppScopeKey()
122 List<TaskConsumerInterface> taskConsumers = mTaskService.getTaskConsumers(getAppScopeKey()); in onHostResume()
134 List<TaskConsumerInterface> taskConsumers = mTaskService.getTaskConsumers(getAppScopeKey()); in onHostPause()
146 List<TaskConsumerInterface> taskConsumers = mTaskService.getTaskConsumers(getAppScopeKey()); in onHostDestroy()
[all …]
H A DTaskManagerModule.java55 mTaskService.notifyTaskFinished(taskName, getAppScopeKey(), response); in notifyTaskFinishedAsync()
64 promise.resolve(mTaskService.hasRegisteredTask(taskName, getAppScopeKey())); in isTaskRegisteredAsync()
72 promise.resolve(mTaskService.getTaskOptions(taskName, getAppScopeKey())); in getTaskOptionsAsync()
80 promise.resolve(mTaskService.getTasksForAppScopeKey(getAppScopeKey())); in getRegisteredTasksAsync()
89 mTaskService.unregisterTask(taskName, getAppScopeKey(), null); in unregisterTaskAsync()
102 mTaskService.unregisterAllTasksForAppScopeKey(getAppScopeKey()); in unregisterAllTasksAsync()
132 private String getAppScopeKey() { in getAppScopeKey() method in TaskManagerModule
133 return mTaskManagerInternal.getAppScopeKey(); in getAppScopeKey()
H A DTask.java33 public String getAppScopeKey() { in getAppScopeKey() method in Task
H A DTaskManagerUtils.java195 String appScopeKey = task.getAppScopeKey(); in createTaskIntent()
218 extras.putString("appId", task.getAppScopeKey()); in createExtrasForTask()
238 String appScopeKey = task.getAppScopeKey(); in isJobInfoRelatedToTask()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/interfaces/constants/
H A DConstantsInterface.java8 String getAppScopeKey(); in getAppScopeKey() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/interfaces/constants/
H A DConstantsInterface.java8 String getAppScopeKey(); in getAppScopeKey() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/interfaces/constants/
H A DConstantsInterface.java8 String getAppScopeKey(); in getAppScopeKey() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/interfaces/constants/
H A DConstantsInterface.java8 String getAppScopeKey(); in getAppScopeKey() method
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/interfaces/taskManager/
H A DTaskManagerInterface.java22 String getAppScopeKey(); in getAppScopeKey() method
H A DTaskInterface.java9 String getAppScopeKey(); in getAppScopeKey() method
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/apploader/
H A DHeadlessAppLoader.java35 public String getAppScopeKey() { in getAppScopeKey() method in HeadlessAppLoader.Params
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt45 override fun getAppScopeKey(): String? { in getAppScopeKey() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt45 override fun getAppScopeKey(): String? { in getAppScopeKey() method
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt45 override fun getAppScopeKey(): String? { in getAppScopeKey() method

12