Home
last modified time | relevance | path

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

123

/packages/apps/TV/src/com/android/tv/dvr/provider/
DDvrDatabaseHelper.java230 SQLiteStatement statement = db.compileStatement(SQL_INSERT_SCHEDULES); in insertSchedules() local
234 statement.clearBindings(); in insertSchedules()
236 bindColumns(statement, COLUMNS_SCHEDULES, values); in insertSchedules()
237 statement.execute(); in insertSchedules()
250 SQLiteStatement statement = db.compileStatement(SQL_UPDATE_SCHEDULES); in updateSchedules() local
254 statement.clearBindings(); in updateSchedules()
256 bindColumns(statement, COLUMNS_SCHEDULES, values); in updateSchedules()
257 statement.bindLong(COLUMNS_SCHEDULES.length + 1, r.getId()); in updateSchedules()
258 statement.execute(); in updateSchedules()
271 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
334 You may add Your own copyright statement to Your modifications and
528 You may add Your own copyright statement to Your modifications and
722 You may add Your own copyright statement to Your modifications and
914 You may add Your own copyright statement to Your modifications and
1108 You may add Your own copyright statement to Your modifications and
1302 You may add Your own copyright statement to Your modifications and
1496 You may add Your own copyright statement to Your modifications and
1688 You may add Your own copyright statement to Your modifications and
1880 You may add Your own copyright statement to Your modifications and
[all …]
/packages/apps/BasicSmsReceiver/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/Launcher2/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/providers/TelephonyProvider/
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/Email/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/providers/BlockedNumberProvider/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/Provision/
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
/packages/apps/QuickSearchBox/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/LegacyCamera/
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/Settings/
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/providers/MediaProvider/
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/HTMLViewer/
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/DownloadProvider/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/providers/UserDictionaryProvider/
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/Stk/
DNOTICE136 You may add Your own copyright statement to Your modifications and

123