Searched refs:getTaskOptions (Results 1 – 9 of 9) sorted by relevance
43 taskService.getTaskOptions(taskName, appScopeKey) in <lambda>()
156 public Bundle getTaskOptions(String taskName, String appScopeKey) { in getTaskOptions() method in TaskService
44 Bundle getTaskOptions(String taskName, String appScopeKey); in getTaskOptions() method
72 promise.resolve(mTaskService.getTaskOptions(taskName, getAppScopeKey())); in getTaskOptionsAsync()