Home
last modified time | relevance | path

Searched refs:UpdateQuery (Results 1 – 1 of 1) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java148 private interface UpdateQuery { interface in DownloadNotifier
174 Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, UpdateQuery.PROJECTION, in update()
272 final long id = cursor.getLong(UpdateQuery._ID); in updateWithLocked()
273 final int status = cursor.getInt(UpdateQuery.STATUS); in updateWithLocked()
274 final int destination = cursor.getInt(UpdateQuery.DESTINATION); in updateWithLocked()
314 final long id = cursor.getLong(UpdateQuery._ID); in updateWithLocked()
315 final long currentBytes = cursor.getLong(UpdateQuery.CURRENT_BYTES); in updateWithLocked()
316 final long totalBytes = cursor.getLong(UpdateQuery.TOTAL_BYTES); in updateWithLocked()
352 final String description = cursor.getString(UpdateQuery.DESCRIPTION); in updateWithLocked()
365 final int status = cursor.getInt(UpdateQuery.STATUS); in updateWithLocked()
[all …]