Пример #1
0
 /**
  * Performs the actual update.
  *
  * @param pkgFilter A list of {@link SdkRepoConstants#NODES} to limit the type of packages we can
  *     update. A null or empty list means to update everything possible.
  * @param includeObsoletes True to also list and install obsolete packages.
  * @param dryMode True to check what would be updated/installed but do not actually download or
  *     install anything.
  */
 public void updateAll(ArrayList<String> pkgFilter, boolean includeObsoletes, boolean dryMode) {
   mUpdaterData.updateOrInstallAll_NoGUI(pkgFilter, includeObsoletes, dryMode);
 }