Searched refs:otherValues (Results 1 – 1 of 1) sorted by relevance
5221 ContentValues otherValues = new ContentValues(); in getKeyIdForName() local5222 otherValues.put(keyField, k); in getKeyIdForName()5223 otherValues.put(nameField, rawName); in getKeyIdForName()5225 rowId = db.insert(table, "duration", otherValues); in getKeyIdForName()