Searched refs:callAbortSpecialTasks (Results 1 – 1 of 1) sorted by relevance
173 AfeUtils.callAbortSpecialTasks(params, onSuccess); in abortSpecialTasks()206 public static void callAbortSpecialTasks(JSONObject params, final SimpleCallback onSuccess, in callAbortSpecialTasks() method in AfeUtils222 public static void callAbortSpecialTasks(JSONObject params, final SimpleCallback onSuccess) { in callAbortSpecialTasks() method in AfeUtils223 callAbortSpecialTasks(params, onSuccess, true); in callAbortSpecialTasks()