Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java550 mMarkForAggregation.bindLong(1, rawContactId); in markForAggregation()
702 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId); in updateAggregateData()
710 mAggregatedPresenceReplace.bindLong(1, contactId); in updateAggregatedStatusUpdate()
711 mAggregatedPresenceReplace.bindLong(2, contactId); in updateAggregatedStatusUpdate()
897 mContactIdUpdate.bindLong(1, contactId); in setContactId()
898 mContactIdUpdate.bindLong(2, rawContactId); in setContactId()
922 mContactIdAndMarkAggregatedUpdate.bindLong(1, contactId); in setContactIdAndMarkAggregated()
923 mContactIdAndMarkAggregatedUpdate.bindLong(2, rawContactId); in setContactIdAndMarkAggregated()
928 mPresenceContactIdUpdate.bindLong(1, contactId); in setPresenceContactId()
929 mPresenceContactIdUpdate.bindLong(2, rawContactId); in setPresenceContactId()
[all …]
DContactAggregator.java172 mRawContactCountQuery.bindLong(1, currentContactId); in aggregateContact()
173 mRawContactCountQuery.bindLong(2, rawContactId); in aggregateContact()
221 mAggregatedPresenceDelete.bindLong(1, currentContactId); in aggregateContact()
228 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId); in aggregateContact()
515 mContactIdAndMarkAggregatedUpdate.bindLong(1, contactId); in setContactIdAndMarkAggregated()
516 mContactIdAndMarkAggregatedUpdate.bindLong(2, rawContactId); in setContactIdAndMarkAggregated()
DContactAggregator2.java131 mRawContactCountQuery.bindLong(1, currentContactId); in aggregateContact()
132 mRawContactCountQuery.bindLong(2, rawContactId); in aggregateContact()
375 mRawContactCountQuery.bindLong(1, cid); in reAggregateRawContacts()
376 mRawContactCountQuery.bindLong(2, 0); in reAggregateRawContacts()
383 mAggregatedPresenceDelete.bindLong(1, cid); in reAggregateRawContacts()
/packages/providers/ContactsKeysProvider/src/com/android/providers/contactkeys/
DE2eeContactKeysDatabaseHelper.java234 updateStatement.bindLong(1, localVerificationState); in updateContactKeyLocalVerificationState()
235 updateStatement.bindLong(2, timeUpdated); in updateContactKeyLocalVerificationState()
259 updateStatement.bindLong(1, remoteVerificationState); in updateContactKeyRemoteVerificationState()
260 updateStatement.bindLong(2, timeUpdated); in updateContactKeyRemoteVerificationState()
304 updateStatement.bindLong(6, timeUpdated); in updateOrInsertContactKey()
321 updateStatement.bindLong(11, timeUpdated); in updateOrInsertContactKey()
472 updateStatement.bindLong(5, timeUpdated); in updateOrInsertSelfKey()
474 updateStatement.bindLong(7, timeUpdated); in updateOrInsertSelfKey()
492 updateStatement.bindLong(1, remoteVerificationState); in updateSelfKeyRemoteVerificationState()
493 updateStatement.bindLong(2, timeUpdated); in updateSelfKeyRemoteVerificationState()
/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.java451 insert.bindLong(INDEX_SENT_TIMESTAMP, mSentTimestamp); in getInsertStatement()
452 insert.bindLong(INDEX_RECEIVED_TIMESTAMP, mReceivedTimestamp); in getInsertStatement()
453 insert.bindLong(INDEX_SEEN, mSeen ? 1 : 0); in getInsertStatement()
454 insert.bindLong(INDEX_READ, mRead ? 1 : 0); in getInsertStatement()
455 insert.bindLong(INDEX_PROTOCOL, mProtocol); in getInsertStatement()
456 insert.bindLong(INDEX_BUGLE_STATUS, mStatus); in getInsertStatement()
460 insert.bindLong(INDEX_SMS_PRIORITY, mSmsPriority); in getInsertStatement()
461 insert.bindLong(INDEX_SMS_MESSAGE_SIZE, mSmsMessageSize); in getInsertStatement()
462 insert.bindLong(INDEX_MMS_EXPIRY, mMmsExpiry); in getInsertStatement()
472 insert.bindLong(INDEX_RAW_TELEPHONY_STATUS, mRawStatus); in getInsertStatement()
[all …]
DMessagePartData.java282 insert.bindLong(INDEX_WIDTH, mWidth); in getInsertStatement()
283 insert.bindLong(INDEX_HEIGHT, mHeight); in getInsertStatement()
/packages/apps/TV/src/com/android/tv/dvr/provider/
DDvrDatabaseHelper.java409 statement.bindLong(COLUMNS_SCHEDULES_WITH_TIME_OFFSET.length + 1, r.getId()); in updateSchedules()
418 statement.bindLong(COLUMNS_SCHEDULES.length + 1, r.getId()); in updateSchedules()
436 statement.bindLong(1, r.getId()); in deleteSchedules()
473 statement.bindLong(COLUMNS_SERIES_RECORDINGS.length + 1, r.getId()); in updateSeriesRecordings()
490 statement.bindLong(1, r.getId()); in deleteSeriesRecordings()
509 statement.bindLong(i + 1, (Long) value); in bindColumns()
516 statement.bindLong(i + 1, (Integer) value); in bindColumns()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java2946 stmt.bindLong(1, rawContactId); in insertNormalizedNameLookup()
2947 stmt.bindLong(2, dataId); in insertNormalizedNameLookup()
2948 stmt.bindLong(3, lookupType); in insertNormalizedNameLookup()
3330 update.bindLong(2, dataId); in upgradeToVersion1101()
3685 private void bindLong(SQLiteStatement stmt, int index, Number value) { in bindLong() method in ContactsDatabaseHelper
3689 stmt.bindLong(index, value.longValue()); in bindLong()
4067 dataMimetypeQuery.bindLong(1, dataId); in getDataMimeType()
4387 contactInDefaultDirectoryQuery.bindLong(1, contactId); in isContactInDefaultDirectory()
4435 contactIdQuery.bindLong(1, rawContactId); in getContactId()
4448 aggregationModeQuery.bindLong(1, rawContactId); in getAggregationMode()
[all …]
DLegacyApiSupport.java1073 mDataMimetypeQuery.bindLong(1, dataId); in updateContactMethods()
1144 mDataRawContactIdQuery.bindLong(1, dataId); in updatePhotoByDataId()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DDatabaseUtils.java515 st.bindLong(i + 1, ((Number) bindArg).longValue()); in bindArgs()
529 st.bindLong(i + 1, ((Boolean) bindArg).booleanValue() ? 1 : 0); in bindArgs()
/packages/modules/NetworkStack/src/com/android/networkstack/ipmemorystore/
DIpMemoryStoreDatabase.java542 query.bindLong(index++, (Long) arg); in newCursor()
544 query.bindLong(index++, Long.valueOf((Integer) arg)); in newCursor()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DDatabaseHelper.java396 updateStmt.bindLong(1, id); in convertShortcutsToLauncherActivities()