Home
last modified time | relevance | path

Searched refs:bindLong (Results 1 – 12 of 12) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java553 mMarkForAggregation.bindLong(1, rawContactId); in markForAggregation()
705 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId); in updateAggregateData()
713 mAggregatedPresenceReplace.bindLong(1, contactId); in updateAggregatedStatusUpdate()
714 mAggregatedPresenceReplace.bindLong(2, contactId); in updateAggregatedStatusUpdate()
900 mContactIdUpdate.bindLong(1, contactId); in setContactId()
901 mContactIdUpdate.bindLong(2, rawContactId); in setContactId()
925 mContactIdAndMarkAggregatedUpdate.bindLong(1, contactId); in setContactIdAndMarkAggregated()
926 mContactIdAndMarkAggregatedUpdate.bindLong(2, rawContactId); in setContactIdAndMarkAggregated()
931 mPresenceContactIdUpdate.bindLong(1, contactId); in setPresenceContactId()
932 mPresenceContactIdUpdate.bindLong(2, rawContactId); in setPresenceContactId()
[all …]
DContactAggregator.java174 mRawContactCountQuery.bindLong(1, currentContactId); in aggregateContact()
175 mRawContactCountQuery.bindLong(2, rawContactId); in aggregateContact()
223 mAggregatedPresenceDelete.bindLong(1, currentContactId); in aggregateContact()
230 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId); in aggregateContact()
517 mContactIdAndMarkAggregatedUpdate.bindLong(1, contactId); in setContactIdAndMarkAggregated()
518 mContactIdAndMarkAggregatedUpdate.bindLong(2, rawContactId); in setContactIdAndMarkAggregated()
DContactAggregator2.java133 mRawContactCountQuery.bindLong(1, currentContactId); in aggregateContact()
134 mRawContactCountQuery.bindLong(2, rawContactId); in aggregateContact()
377 mRawContactCountQuery.bindLong(1, cid); in reAggregateRawContacts()
378 mRawContactCountQuery.bindLong(2, 0); in reAggregateRawContacts()
385 mAggregatedPresenceDelete.bindLong(1, cid); in reAggregateRawContacts()
/packages/apps/Dialer/java/com/android/dialer/database/
DDialerDatabaseHelper.java583 insert.bindLong(1, updatedContactCursor.getLong(PhoneQuery.PHONE_ID)); in insertUpdatedContactsAndNumberPrefix()
584 insert.bindLong(3, updatedContactCursor.getLong(PhoneQuery.PHONE_CONTACT_ID)); in insertUpdatedContactsAndNumberPrefix()
585 insert.bindLong(6, updatedContactCursor.getLong(PhoneQuery.PHONE_PHOTO_ID)); in insertUpdatedContactsAndNumberPrefix()
586 insert.bindLong(7, updatedContactCursor.getLong(PhoneQuery.PHONE_LAST_TIME_USED)); in insertUpdatedContactsAndNumberPrefix()
587 insert.bindLong(8, updatedContactCursor.getInt(PhoneQuery.PHONE_TIMES_USED)); in insertUpdatedContactsAndNumberPrefix()
588 insert.bindLong(9, updatedContactCursor.getInt(PhoneQuery.PHONE_STARRED)); in insertUpdatedContactsAndNumberPrefix()
589 insert.bindLong(10, updatedContactCursor.getInt(PhoneQuery.PHONE_IS_SUPER_PRIMARY)); in insertUpdatedContactsAndNumberPrefix()
590 insert.bindLong(11, updatedContactCursor.getInt(PhoneQuery.PHONE_IN_VISIBLE_GROUP)); in insertUpdatedContactsAndNumberPrefix()
591 insert.bindLong(12, updatedContactCursor.getInt(PhoneQuery.PHONE_IS_PRIMARY)); in insertUpdatedContactsAndNumberPrefix()
592 insert.bindLong(13, updatedContactCursor.getInt(PhoneQuery.PHONE_CARRIER_PRESENCE)); in insertUpdatedContactsAndNumberPrefix()
[all …]
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DMessageData.java449 insert.bindLong(INDEX_SENT_TIMESTAMP, mSentTimestamp); in getInsertStatement()
450 insert.bindLong(INDEX_RECEIVED_TIMESTAMP, mReceivedTimestamp); in getInsertStatement()
451 insert.bindLong(INDEX_SEEN, mSeen ? 1 : 0); in getInsertStatement()
452 insert.bindLong(INDEX_READ, mRead ? 1 : 0); in getInsertStatement()
453 insert.bindLong(INDEX_PROTOCOL, mProtocol); in getInsertStatement()
454 insert.bindLong(INDEX_BUGLE_STATUS, mStatus); in getInsertStatement()
458 insert.bindLong(INDEX_SMS_PRIORITY, mSmsPriority); in getInsertStatement()
459 insert.bindLong(INDEX_SMS_MESSAGE_SIZE, mSmsMessageSize); in getInsertStatement()
460 insert.bindLong(INDEX_MMS_EXPIRY, mMmsExpiry); in getInsertStatement()
470 insert.bindLong(INDEX_RAW_TELEPHONY_STATUS, mRawStatus); in getInsertStatement()
[all …]
DMessagePartData.java269 insert.bindLong(INDEX_WIDTH, mWidth); in getInsertStatement()
270 insert.bindLong(INDEX_HEIGHT, mHeight); in getInsertStatement()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java2922 stmt.bindLong(1, rawContactId); in insertNormalizedNameLookup()
2923 stmt.bindLong(2, dataId); in insertNormalizedNameLookup()
2924 stmt.bindLong(3, lookupType); in insertNormalizedNameLookup()
3307 update.bindLong(2, dataId); in upgradeToVersion1101()
3566 private void bindLong(SQLiteStatement stmt, int index, Number value) { in bindLong() method in ContactsDatabaseHelper
3570 stmt.bindLong(index, value.longValue()); in bindLong()
3952 dataMimetypeQuery.bindLong(1, dataId); in getDataMimeType()
4132 contactInDefaultDirectoryQuery.bindLong(1, contactId); in isContactInDefaultDirectory()
4180 contactIdQuery.bindLong(1, rawContactId); in getContactId()
4193 aggregationModeQuery.bindLong(1, rawContactId); in getAggregationMode()
[all …]
DLegacyApiSupport.java1071 mDataMimetypeQuery.bindLong(1, dataId); in updateContactMethods()
1142 mDataRawContactIdQuery.bindLong(1, dataId); in updatePhotoByDataId()
/packages/apps/TV/src/com/android/tv/dvr/provider/
DDvrDatabaseHelper.java310 statement.bindLong(COLUMNS_SCHEDULES.length + 1, r.getId()); in updateSchedules()
327 statement.bindLong(1, r.getId()); in deleteSchedules()
364 statement.bindLong(COLUMNS_SERIES_RECORDINGS.length + 1, r.getId()); in updateSeriesRecordings()
381 statement.bindLong(1, r.getId()); in deleteSeriesRecordings()
400 statement.bindLong(i + 1, (Long) value); in bindColumns()
407 statement.bindLong(i + 1, (Integer) value); in bindColumns()
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreDatabase.java535 query.bindLong(index++, (Long) arg); in newCursor()
537 query.bindLong(index++, Long.valueOf((Integer) arg)); in newCursor()
/packages/apps/Email/provider_src/com/android/email/provider/
DDBHelper.java747 htmlSql.bindLong(1, messageId); in upgradeBodyFromVersion100ToVersion101()
762 textSql.bindLong(1, messageId); in upgradeBodyFromVersion100ToVersion101()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherProvider.java881 updateStmt.bindLong(1, id); in convertShortcutsToLauncherActivities()