Searched refs:UpdateTask (Results 1 – 1 of 1) sorted by relevance
141 new UpdateTask(forceRefreshAll, null) in updateAsync()149 new UpdateTask(false, packageName).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR); in updatePackageAsync()225 private class UpdateTask extends AsyncTask<Void, Void, Void> { class in RootsCache240 public UpdateTask(boolean forceRefreshAll, String forceRefreshPackage) { in UpdateTask() method in RootsCache.UpdateTask