Lines Matching defs:version

326      * @param version the version of the word list.
330 final Request request, final SQLiteDatabase db, final String id, final int version) {
331 Log.i(TAG, "registerDownloadRequest() : Id = " + id + " : Version = " + version);
336 MetadataDbHelper.markEntryAsDownloading(db, id, version, downloadId);
778 + " version " + metadataInfo.mFormatVersion + " and the maximum version"
801 // If it's the same id/version, we update the DB with the new values.
805 // If it's a new version, it's a different entry in the database. Make it
907 // As opposed to many other methods, this method does not need the version of the word
908 // list because it may only install the latest version we know about for this specific
991 * @param version the version of the word list to mark as installed.
995 // The version argument is not used yet, because we don't need it to retrieve the information
996 // we need. However, the pair (id, version) being the primary key to a word list in the database
1000 final String wordlistId, final int version,
1003 context, clientId, wordlistId, version);
1030 * @param version the version of the word list to mark as installed.
1033 // The version and status arguments are not used yet, but this method matches its interface to
1036 final String wordlistId, final int version, final int status) {
1039 context, clientId, wordlistId, version);
1061 * @param version the version of the word list to mark as deleted.
1065 final String wordlistId, final int version, final int status) {
1068 context, clientId, wordlistId, version);
1086 * @param version the version of the word list to mark as deleted.
1090 final String wordlistId, final int version, final int status) {
1092 context, clientId, wordlistId, version);
1109 * @param version the version of the broken word list.
1112 final String wordlistId, final int version) {
1114 MetadataDbHelper.getDb(context, clientId), wordlistId, version);
1121 context, clientId, wordlistId, version);
1134 wordlistId, version);