Searched refs:UpdateQuery (Results 1 – 1 of 1) sorted by relevance
139 private interface UpdateQuery { interface in DownloadNotifier259 final long id = cursor.getLong(UpdateQuery._ID); in updateWithLocked()260 final int status = cursor.getInt(UpdateQuery.STATUS); in updateWithLocked()261 final int destination = cursor.getInt(UpdateQuery.DESTINATION); in updateWithLocked()300 final long id = cursor.getLong(UpdateQuery._ID); in updateWithLocked()349 final int status = cursor.getInt(UpdateQuery.STATUS); in updateWithLocked()403 final String title = cursor.getString(UpdateQuery.TITLE); in getDownloadTitle()415 ids[i] = cursor.getLong(UpdateQuery._ID); in getDownloadIds()436 final long id = cursor.getLong(UpdateQuery._ID); in buildNotificationTag()437 final int status = cursor.getInt(UpdateQuery.STATUS); in buildNotificationTag()[all …]