Searched refs:UpdateQuery (Results 1 – 1 of 1) sorted by relevance
139 private interface UpdateQuery { interface in DownloadNotifier165 Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, UpdateQuery.PROJECTION, in update()257 final long id = cursor.getLong(UpdateQuery._ID); in updateWithLocked()258 final int status = cursor.getInt(UpdateQuery.STATUS); in updateWithLocked()259 final int destination = cursor.getInt(UpdateQuery.DESTINATION); in updateWithLocked()296 final long id = cursor.getLong(UpdateQuery._ID); in updateWithLocked()297 final long currentBytes = cursor.getLong(UpdateQuery.CURRENT_BYTES); in updateWithLocked()298 final long totalBytes = cursor.getLong(UpdateQuery.TOTAL_BYTES); in updateWithLocked()332 final String description = cursor.getString(UpdateQuery.DESCRIPTION); in updateWithLocked()345 final int status = cursor.getInt(UpdateQuery.STATUS); in updateWithLocked()[all …]