| /expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/ |
| H A D | TaskManagerInternalModule.java | 53 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 D | Task.java | 33 public String getAppScopeKey() { in getAppScopeKey() method in Task
|
| H A D | TaskManagerUtils.java | 195 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 D | TaskManagerInternalModule.java | 53 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 D | TaskManagerModule.java | 55 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 D | Task.java | 33 public String getAppScopeKey() { in getAppScopeKey() method in Task
|
| H A D | TaskManagerUtils.java | 195 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 D | TaskManagerInternalModule.java | 53 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 D | TaskManagerModule.java | 55 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 D | Task.java | 33 public String getAppScopeKey() { in getAppScopeKey() method in Task
|
| H A D | TaskManagerUtils.java | 195 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 D | TaskManagerInternalModule.java | 53 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 D | TaskManagerModule.java | 55 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 D | Task.java | 33 public String getAppScopeKey() { in getAppScopeKey() method in Task
|
| H A D | TaskManagerUtils.java | 195 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 D | ConstantsInterface.java | 8 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 D | ConstantsInterface.java | 8 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 D | ConstantsInterface.java | 8 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 D | ConstantsInterface.java | 8 String getAppScopeKey(); in getAppScopeKey() method
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/interfaces/taskManager/ |
| H A D | TaskManagerInterface.java | 22 String getAppScopeKey(); in getAppScopeKey() method
|
| H A D | TaskInterface.java | 9 String getAppScopeKey(); in getAppScopeKey() method
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/apploader/ |
| H A D | HeadlessAppLoader.java | 35 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 D | ConstantsBinding.kt | 45 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 D | ConstantsBinding.kt | 45 override fun getAppScopeKey(): String? { in getAppScopeKey() method
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/ |
| H A D | ConstantsBinding.kt | 45 override fun getAppScopeKey(): String? { in getAppScopeKey() method
|