Searched refs:callAbortSpecialTasks (Results 1 – 1 of 1) sorted by relevance
163 AfeUtils.callAbortSpecialTasks(params, onSuccess); in abortSpecialTasks()196 public static void callAbortSpecialTasks(JSONObject params, final SimpleCallback onSuccess, in callAbortSpecialTasks() method in AfeUtils212 public static void callAbortSpecialTasks(JSONObject params, final SimpleCallback onSuccess) { in callAbortSpecialTasks() method in AfeUtils213 callAbortSpecialTasks(params, onSuccess, true); in callAbortSpecialTasks()