HomeSort by relevance Sort by last modified time
    Searched defs:UpdateTask (Results 1 - 4 of 4) sorted by null

  /external/toolchain-utils/bestflags/
generation.py 72 def UpdateTask(self, task):
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ContentProviderTask.java 38 * @see UpdateTask
114 public static class UpdateTask extends ContentProviderTask {
  /packages/apps/DocumentsUI/src/com/android/documentsui/roots/
ProvidersCache.java 160 new UpdateTask(forceRefreshAll, null)
165 new UpdateTask(false, packageName).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
188 * Block until the first {@link UpdateTask} pass has finished.
207 * {@link UpdateTask} passes ignore stopped applications.
220 * Load roots from a stopped authority. Normal {@link UpdateTask} passes
414 private class UpdateTask extends AsyncTask<Void, Void, Void> {
429 public UpdateTask(boolean forceRefreshAll, String forceRefreshPackage) {
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 2804 milliseconds