HomeSort by relevance Sort by last modified time
    Searched refs:UpdateQuery (Results 1 - 2 of 2) sorted by null

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 139 private interface UpdateQuery {
165 Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, UpdateQuery.PROJECTION,
257 final long id = cursor.getLong(UpdateQuery._ID);
258 final int status = cursor.getInt(UpdateQuery.STATUS);
259 final int destination = cursor.getInt(UpdateQuery.DESTINATION);
296 final long id = cursor.getLong(UpdateQuery._ID);
297 final long currentBytes = cursor.getLong(UpdateQuery.CURRENT_BYTES);
298 final long totalBytes = cursor.getLong(UpdateQuery.TOTAL_BYTES);
332 final String description = cursor.getString(UpdateQuery.DESCRIPTION);
345 final int status = cursor.getInt(UpdateQuery.STATUS)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 

Completed in 72 milliseconds