Home
last modified time | relevance | path

Searched refs:TaskInterface (Results 1 – 25 of 52) sorted by relevance

123

/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/repository/
H A DBareTasksAndEventsRepository.java15 import expo.modules.interfaces.taskManager.TaskInterface;
35 private static Map<String, Map<String, TaskInterface>> sTasks;
87 public Map<String, TaskInterface> getTasks(String appScopeKey) { in getTasks()
88 Map<String, TaskInterface> allTasks = new HashMap<>(); in getTasks()
89 for(Map<String, TaskInterface> value: sTasks.values()) { in getTasks()
101 public void putTasks(String appScopeKey, Map<String, TaskInterface> tasks) { in putTasks()
H A DManagedTasksAndEventsRepository.java14 import expo.modules.interfaces.taskManager.TaskInterface;
30 private static Map<String, Map<String, TaskInterface>> sTasks;
74 public Map<String, TaskInterface> getTasks(String appScopeKey) { in getTasks()
84 public void putTasks(String appScopeKey, Map<String, TaskInterface> tasks) { in putTasks()
H A DTasksAndEventsRepository.java14 import expo.modules.interfaces.taskManager.TaskInterface;
63 Map<String, TaskInterface> getTasks(String appScopeKey); in getTasks()
65 void putTasks(String appScopeKey, Map<String, TaskInterface> tasks); in putTasks()
H A DTasksPersistence.java14 import expo.modules.interfaces.taskManager.TaskInterface;
27 …AppScopeKey(SharedPreferences preferences, String appScopeKey, Map<String, TaskInterface> appRow) { in persistTasksForAppScopeKey()
41 for (TaskInterface task : appRow.values()) { in persistTasksForAppScopeKey()
/expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/repository/
H A DBareTasksAndEventsRepository.java15 import expo.modules.interfaces.taskManager.TaskInterface;
35 private static Map<String, Map<String, TaskInterface>> sTasks;
87 public Map<String, TaskInterface> getTasks(String appScopeKey) { in getTasks()
88 Map<String, TaskInterface> allTasks = new HashMap<>(); in getTasks()
89 for(Map<String, TaskInterface> value: sTasks.values()) { in getTasks()
101 public void putTasks(String appScopeKey, Map<String, TaskInterface> tasks) { in putTasks()
H A DManagedTasksAndEventsRepository.java14 import expo.modules.interfaces.taskManager.TaskInterface;
30 private static Map<String, Map<String, TaskInterface>> sTasks;
74 public Map<String, TaskInterface> getTasks(String appScopeKey) { in getTasks()
84 public void putTasks(String appScopeKey, Map<String, TaskInterface> tasks) { in putTasks()
H A DTasksAndEventsRepository.java14 import expo.modules.interfaces.taskManager.TaskInterface;
63 Map<String, TaskInterface> getTasks(String appScopeKey); in getTasks()
65 void putTasks(String appScopeKey, Map<String, TaskInterface> tasks); in putTasks()
H A DTasksPersistence.java14 import expo.modules.interfaces.taskManager.TaskInterface;
27 …AppScopeKey(SharedPreferences preferences, String appScopeKey, Map<String, TaskInterface> appRow) { in persistTasksForAppScopeKey()
41 for (TaskInterface task : appRow.values()) { in persistTasksForAppScopeKey()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/taskManager/repository/
H A DBareTasksAndEventsRepository.java15 import expo.modules.interfaces.taskManager.TaskInterface;
35 private static Map<String, Map<String, TaskInterface>> sTasks;
87 public Map<String, TaskInterface> getTasks(String appScopeKey) { in getTasks()
88 Map<String, TaskInterface> allTasks = new HashMap<>(); in getTasks()
89 for(Map<String, TaskInterface> value: sTasks.values()) { in getTasks()
101 public void putTasks(String appScopeKey, Map<String, TaskInterface> tasks) { in putTasks()
H A DManagedTasksAndEventsRepository.java14 import expo.modules.interfaces.taskManager.TaskInterface;
30 private static Map<String, Map<String, TaskInterface>> sTasks;
74 public Map<String, TaskInterface> getTasks(String appScopeKey) { in getTasks()
84 public void putTasks(String appScopeKey, Map<String, TaskInterface> tasks) { in putTasks()
H A DTasksAndEventsRepository.java14 import expo.modules.interfaces.taskManager.TaskInterface;
63 Map<String, TaskInterface> getTasks(String appScopeKey); in getTasks()
65 void putTasks(String appScopeKey, Map<String, TaskInterface> tasks); in putTasks()
H A DTasksPersistence.java14 import expo.modules.interfaces.taskManager.TaskInterface;
27 …AppScopeKey(SharedPreferences preferences, String appScopeKey, Map<String, TaskInterface> appRow) { in persistTasksForAppScopeKey()
41 for (TaskInterface task : appRow.values()) { in persistTasksForAppScopeKey()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/taskManager/repository/
H A DBareTasksAndEventsRepository.java15 import expo.modules.interfaces.taskManager.TaskInterface;
35 private static Map<String, Map<String, TaskInterface>> sTasks;
87 public Map<String, TaskInterface> getTasks(String appScopeKey) { in getTasks()
88 Map<String, TaskInterface> allTasks = new HashMap<>(); in getTasks()
89 for(Map<String, TaskInterface> value: sTasks.values()) { in getTasks()
101 public void putTasks(String appScopeKey, Map<String, TaskInterface> tasks) { in putTasks()
H A DManagedTasksAndEventsRepository.java14 import expo.modules.interfaces.taskManager.TaskInterface;
30 private static Map<String, Map<String, TaskInterface>> sTasks;
74 public Map<String, TaskInterface> getTasks(String appScopeKey) { in getTasks()
84 public void putTasks(String appScopeKey, Map<String, TaskInterface> tasks) { in putTasks()
H A DTasksAndEventsRepository.java14 import expo.modules.interfaces.taskManager.TaskInterface;
63 Map<String, TaskInterface> getTasks(String appScopeKey); in getTasks()
65 void putTasks(String appScopeKey, Map<String, TaskInterface> tasks); in putTasks()
H A DTasksPersistence.java14 import expo.modules.interfaces.taskManager.TaskInterface;
27 …AppScopeKey(SharedPreferences preferences, String appScopeKey, Map<String, TaskInterface> appRow) { in persistTasksForAppScopeKey()
41 for (TaskInterface task : appRow.values()) { in persistTasksForAppScopeKey()
/expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/
H A DTaskService.java31 import expo.modules.interfaces.taskManager.TaskInterface;
90 TaskInterface task = getTask(taskName, appScopeKey); in hasRegisteredTask()
96 TaskInterface task = getTask(taskName, appScopeKey); in registerTask()
111 TaskInterface task = getTask(taskName, appScopeKey); in unregisterTask()
139 for (TaskInterface task : appTasks.values()) { in unregisterAllTasksForAppScopeKey()
150 TaskInterface task = getTask(taskName, appScopeKey); in taskHasConsumerOfClass()
157 TaskInterface task = getTask(taskName, appScopeKey); in getTaskOptions()
170 for (TaskInterface task : appTasks.values()) { in getTasksForAppScopeKey()
189 for (TaskInterface task : appTasks.values()) { in getTaskConsumers()
350 TaskInterface task = getTask(taskName, appScopeKey); in cancelJob()
[all …]
H A DTaskManagerUtils.java27 import expo.modules.interfaces.taskManager.TaskInterface;
41 private static final Set<TaskInterface> sTasksReschedulingJob = new ArraySet<>();
46 public PendingIntent createTaskIntent(Context context, TaskInterface task) { in createTaskIntent()
60 …public void scheduleJob(Context context, @NonNull TaskInterface task, List<PersistableBundle> data… in scheduleJob()
94 static boolean notifyTaskJobCancelled(TaskInterface task) { in notifyTaskJobCancelled()
106 …private void updateOrScheduleJob(Context context, TaskInterface task, List<PersistableBundle> data… in updateOrScheduleJob()
194 private PendingIntent createTaskIntent(Context context, TaskInterface task, int flags) { in createTaskIntent()
209 …private JobInfo createJobInfo(Context context, TaskInterface task, int jobId, List<PersistableBund… in createJobInfo()
213 private PersistableBundle createExtrasForTask(TaskInterface task, List<PersistableBundle> data) { in createExtrasForTask()
234 private boolean isJobInfoRelatedToTask(JobInfo jobInfo, TaskInterface task) { in isJobInfoRelatedToTask()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/
H A DTaskService.java31 import expo.modules.interfaces.taskManager.TaskInterface;
90 TaskInterface task = getTask(taskName, appScopeKey); in hasRegisteredTask()
96 TaskInterface task = getTask(taskName, appScopeKey); in registerTask()
111 TaskInterface task = getTask(taskName, appScopeKey); in unregisterTask()
139 for (TaskInterface task : appTasks.values()) { in unregisterAllTasksForAppScopeKey()
150 TaskInterface task = getTask(taskName, appScopeKey); in taskHasConsumerOfClass()
157 TaskInterface task = getTask(taskName, appScopeKey); in getTaskOptions()
170 for (TaskInterface task : appTasks.values()) { in getTasksForAppScopeKey()
189 for (TaskInterface task : appTasks.values()) { in getTaskConsumers()
350 TaskInterface task = getTask(taskName, appScopeKey); in cancelJob()
[all …]
H A DTaskManagerUtils.java27 import expo.modules.interfaces.taskManager.TaskInterface;
41 private static final Set<TaskInterface> sTasksReschedulingJob = new ArraySet<>();
46 public PendingIntent createTaskIntent(Context context, TaskInterface task) { in createTaskIntent()
60 …public void scheduleJob(Context context, @NonNull TaskInterface task, List<PersistableBundle> data… in scheduleJob()
94 static boolean notifyTaskJobCancelled(TaskInterface task) { in notifyTaskJobCancelled()
106 …private void updateOrScheduleJob(Context context, TaskInterface task, List<PersistableBundle> data… in updateOrScheduleJob()
194 private PendingIntent createTaskIntent(Context context, TaskInterface task, int flags) { in createTaskIntent()
209 …private JobInfo createJobInfo(Context context, TaskInterface task, int jobId, List<PersistableBund… in createJobInfo()
213 private PersistableBundle createExtrasForTask(TaskInterface task, List<PersistableBundle> data) { in createExtrasForTask()
234 private boolean isJobInfoRelatedToTask(JobInfo jobInfo, TaskInterface task) { in isJobInfoRelatedToTask()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/taskManager/
H A DTaskService.java31 import expo.modules.interfaces.taskManager.TaskInterface;
90 TaskInterface task = getTask(taskName, appScopeKey); in hasRegisteredTask()
96 TaskInterface task = getTask(taskName, appScopeKey); in registerTask()
111 TaskInterface task = getTask(taskName, appScopeKey); in unregisterTask()
139 for (TaskInterface task : appTasks.values()) { in unregisterAllTasksForAppScopeKey()
150 TaskInterface task = getTask(taskName, appScopeKey); in taskHasConsumerOfClass()
157 TaskInterface task = getTask(taskName, appScopeKey); in getTaskOptions()
170 for (TaskInterface task : appTasks.values()) { in getTasksForAppScopeKey()
189 for (TaskInterface task : appTasks.values()) { in getTaskConsumers()
350 TaskInterface task = getTask(taskName, appScopeKey); in cancelJob()
[all …]
H A DTaskManagerUtils.java27 import expo.modules.interfaces.taskManager.TaskInterface;
41 private static final Set<TaskInterface> sTasksReschedulingJob = new ArraySet<>();
46 public PendingIntent createTaskIntent(Context context, TaskInterface task) { in createTaskIntent()
60 …public void scheduleJob(Context context, @NonNull TaskInterface task, List<PersistableBundle> data… in scheduleJob()
94 static boolean notifyTaskJobCancelled(TaskInterface task) { in notifyTaskJobCancelled()
106 …private void updateOrScheduleJob(Context context, TaskInterface task, List<PersistableBundle> data… in updateOrScheduleJob()
194 private PendingIntent createTaskIntent(Context context, TaskInterface task, int flags) { in createTaskIntent()
209 …private JobInfo createJobInfo(Context context, TaskInterface task, int jobId, List<PersistableBund… in createJobInfo()
213 private PersistableBundle createExtrasForTask(TaskInterface task, List<PersistableBundle> data) { in createExtrasForTask()
234 private boolean isJobInfoRelatedToTask(JobInfo jobInfo, TaskInterface task) { in isJobInfoRelatedToTask()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/taskManager/
H A DTaskService.java31 import expo.modules.interfaces.taskManager.TaskInterface;
90 TaskInterface task = getTask(taskName, appScopeKey); in hasRegisteredTask()
96 TaskInterface task = getTask(taskName, appScopeKey); in registerTask()
111 TaskInterface task = getTask(taskName, appScopeKey); in unregisterTask()
139 for (TaskInterface task : appTasks.values()) { in unregisterAllTasksForAppScopeKey()
150 TaskInterface task = getTask(taskName, appScopeKey); in taskHasConsumerOfClass()
157 TaskInterface task = getTask(taskName, appScopeKey); in getTaskOptions()
170 for (TaskInterface task : appTasks.values()) { in getTasksForAppScopeKey()
189 for (TaskInterface task : appTasks.values()) { in getTaskConsumers()
350 TaskInterface task = getTask(taskName, appScopeKey); in cancelJob()
[all …]
H A DTaskManagerUtils.java27 import expo.modules.interfaces.taskManager.TaskInterface;
41 private static final Set<TaskInterface> sTasksReschedulingJob = new ArraySet<>();
46 public PendingIntent createTaskIntent(Context context, TaskInterface task) { in createTaskIntent()
60 …public void scheduleJob(Context context, @NonNull TaskInterface task, List<PersistableBundle> data… in scheduleJob()
94 static boolean notifyTaskJobCancelled(TaskInterface task) { in notifyTaskJobCancelled()
106 …private void updateOrScheduleJob(Context context, TaskInterface task, List<PersistableBundle> data… in updateOrScheduleJob()
194 private PendingIntent createTaskIntent(Context context, TaskInterface task, int flags) { in createTaskIntent()
209 …private JobInfo createJobInfo(Context context, TaskInterface task, int jobId, List<PersistableBund… in createJobInfo()
213 private PersistableBundle createExtrasForTask(TaskInterface task, List<PersistableBundle> data) { in createExtrasForTask()
234 private boolean isJobInfoRelatedToTask(JobInfo jobInfo, TaskInterface task) { in isJobInfoRelatedToTask()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/interfaces/taskManager/
H A DTaskManagerUtilsInterface.java14 PendingIntent createTaskIntent(Context context, TaskInterface task); in createTaskIntent()
24 void scheduleJob(Context context, TaskInterface task, List<PersistableBundle> data); in scheduleJob()

123