HomeSort by relevance Sort by last modified time
    Searched defs:bindLong (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/database/sqlite/
SQLiteQuery.java 168 public void bindLong(int index, long value) {
170 if (!mClosed) super.bindLong(index, value);
SQLiteProgram.java 194 public void bindLong(int index, long value) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 292 insert.bindLong(GroupsInsert.ID, id);
296 insert.bindLong(GroupsInsert.DIRTY, c.getLong(GroupsQuery._SYNC_DIRTY));
297 insert.bindLong(GroupsInsert.GROUP_VISIBLE, 1);
538 insert.bindLong(RawContactsInsert.ID, id);
539 insert.bindLong(RawContactsInsert.CONTACT_ID, id);
544 insert.bindLong(RawContactsInsert.LAST_TIME_CONTACTED,
546 insert.bindLong(RawContactsInsert.SEND_TO_VOICEMAIL,
548 insert.bindLong(RawContactsInsert.STARRED,
550 insert.bindLong(RawContactsInsert.TIMES_CONTACTED,
558 insert.bindLong(RawContactsInsert.CONTACT_IN_VISIBLE_GROUP, 1)
    [all...]
ContactAggregator.java 403 mMarkForAggregation.bindLong(1, rawContactId);
443 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId);
451 mAggregatedPresenceReplace.bindLong(1, contactId);
452 mAggregatedPresenceReplace.bindLong(2, contactId);
488 mRawContactCountQuery.bindLong(1, currentContactId);
489 mRawContactCountQuery.bindLong(2, rawContactId);
525 mContactDelete.bindLong(1, currentContactId);
528 mAggregatedPresenceDelete.bindLong(1, currentContactId);
534 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId);
545 mContactIdUpdate.bindLong(1, contactId)
    [all...]
ContactsProvider2.java     [all...]
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 180 prog.bindLong(index, ((Number)value).longValue());
184 prog.bindLong(index, 1);
186 prog.bindLong(index, 0);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 103 milliseconds