Home
last modified time | relevance | path

Searched defs:statement (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/provider/
DDvrDatabaseHelper.java230 SQLiteStatement statement = db.compileStatement(SQL_INSERT_SCHEDULES); in insertSchedules() local
250 SQLiteStatement statement = db.compileStatement(SQL_UPDATE_SCHEDULES); in updateSchedules() local
271 SQLiteStatement statement = db.compileStatement(SQL_DELETE_SCHEDULES); in deleteSchedules() local
290 SQLiteStatement statement = db.compileStatement(SQL_INSERT_SERIES_RECORDINGS); in insertSeriesRecordings() local
310 SQLiteStatement statement = db.compileStatement(SQL_UPDATE_SERIES_RECORDINGS); in updateSeriesRecordings() local
331 SQLiteStatement statement = db.compileStatement(SQL_DELETE_SERIES_RECORDINGS); in deleteSeriesRecordings() local
345 private void bindColumns(SQLiteStatement statement, ColumnInfo[] columns, in bindColumns()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDatabaseWrapper.java91 public SQLiteStatement getStatementInTransaction(final int index, final String statement) { in getStatementInTransaction()
465 final SQLiteStatement statement = mDatabase.compileStatement(sql); in execSQLUpdateDelete() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1372 SQLiteStatement statement) { in computeAggregateData()
1391 SQLiteStatement statement) { in computeAggregateData()