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