Home
last modified time | relevance | path

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

12

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1357 SQLiteStatement statement) { in computeAggregateData() argument
1359 computeAggregateData(db, mRawContactsQueryByContactId, mSelectionArgs1, statement); in computeAggregateData()
1376 SQLiteStatement statement) { in computeAggregateData() argument
1497 statement.bindLong(ContactReplaceSqlStatement.NAME_RAW_CONTACT_ID, in computeAggregateData()
1501 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId); in computeAggregateData()
1503 statement.bindNull(ContactReplaceSqlStatement.PHOTO_ID); in computeAggregateData()
1507 statement.bindLong(ContactReplaceSqlStatement.PHOTO_FILE_ID, bestPhotoFileId); in computeAggregateData()
1509 statement.bindNull(ContactReplaceSqlStatement.PHOTO_FILE_ID); in computeAggregateData()
1512 statement.bindLong(ContactReplaceSqlStatement.SEND_TO_VOICEMAIL, in computeAggregateData()
1514 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/providers/TelephonyProvider/
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/wallpapers/LivePicker/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/services/Telephony/
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/providers/MediaProvider/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/Camera/jni/
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/Launcher2/
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/TvSettings/Settings/
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/LegacyCamera/
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/QuickSearchBox/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/PackageInstaller/
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/Email/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/packages/apps/Camera/
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/CellBroadcastReceiver/
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

12