Home
last modified time | relevance | path

Searched refs:statement (Results 1 – 25 of 54) sorted by relevance

123

/packages/apps/TV/src/com/android/tv/dvr/provider/
DDvrDatabaseHelper.java285 SQLiteStatement statement = db.compileStatement(SQL_INSERT_SCHEDULES); in insertSchedules() local
289 statement.clearBindings(); in insertSchedules()
291 bindColumns(statement, COLUMNS_SCHEDULES, values); in insertSchedules()
292 statement.execute(); in insertSchedules()
303 SQLiteStatement statement = db.compileStatement(SQL_UPDATE_SCHEDULES); in updateSchedules() local
307 statement.clearBindings(); in updateSchedules()
309 bindColumns(statement, COLUMNS_SCHEDULES, values); in updateSchedules()
310 statement.bindLong(COLUMNS_SCHEDULES.length + 1, r.getId()); in updateSchedules()
311 statement.execute(); in updateSchedules()
322 SQLiteStatement statement = db.compileStatement(SQL_DELETE_SCHEDULES); in deleteSchedules() local
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1372 SQLiteStatement statement) { in computeAggregateData() argument
1374 computeAggregateData(db, mRawContactsQueryByContactId, mSelectionArgs1, statement); in computeAggregateData()
1391 SQLiteStatement statement) { in computeAggregateData() argument
1512 statement.bindLong(ContactReplaceSqlStatement.NAME_RAW_CONTACT_ID, in computeAggregateData()
1516 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId); in computeAggregateData()
1518 statement.bindNull(ContactReplaceSqlStatement.PHOTO_ID); in computeAggregateData()
1522 statement.bindLong(ContactReplaceSqlStatement.PHOTO_FILE_ID, bestPhotoFileId); in computeAggregateData()
1524 statement.bindNull(ContactReplaceSqlStatement.PHOTO_FILE_ID); in computeAggregateData()
1527 statement.bindLong(ContactReplaceSqlStatement.SEND_TO_VOICEMAIL, in computeAggregateData()
1529 DatabaseUtils.bindObjectToProgram(statement, ContactReplaceSqlStatement.CUSTOM_RINGTONE, in computeAggregateData()
[all …]
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDatabaseWrapper.java91 public SQLiteStatement getStatementInTransaction(final int index, final String statement) { in getStatementInTransaction() argument
96 compiled = mDatabase.compileStatement(statement); in getStatementInTransaction()
97 Assert.isTrue(compiled.toString().contains(statement.trim())); in getStatementInTransaction()
465 final SQLiteStatement statement = mDatabase.compileStatement(sql); in execSQLUpdateDelete() local
468 rowsUpdated = statement.executeUpdateDelete(); in execSQLUpdateDelete()
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses140 You may add Your own copyright statement to Your modifications and
322 You may add Your own copyright statement to Your modifications and
528 You may add Your own copyright statement to Your modifications and
734 You may add Your own copyright statement to Your modifications and
940 You may add Your own copyright statement to Your modifications and
1146 You may add Your own copyright statement to Your modifications and
1364 You may add Your own copyright statement to Your modifications and
1558 You may add Your own copyright statement to Your modifications and
1752 You may add Your own copyright statement to Your modifications and
1946 You may add Your own copyright statement to Your modifications and
[all …]
/packages/inputmethods/LatinIME/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/Calendar/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/Email/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/providers/DownloadProvider/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/CellBroadcastReceiver/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/providers/CalendarProvider/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/providers/ContactsProvider/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/Stk/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/Dialer/
DLICENSE136 You may add Your own copyright statement to Your modifications and
/packages/apps/TimeZoneUpdater/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/modules/ExtServices/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/QuickSearchBox/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/Launcher3/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/SpareParts/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/HTMLViewer/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/TvSettings/Settings/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/LegacyCamera/jni/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/Camera2/jni/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/DeskClock/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/Gallery/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/SoundRecorder/
DNOTICE136 You may add Your own copyright statement to Your modifications and

123