Home | History | Annotate | Download | only in aggregation

Lines Matching defs:PHOTO_ID

328                 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " +
1323 + Contacts.PHOTO_ID + "=?, "
1339 + Contacts.PHOTO_ID + ", "
1354 int PHOTO_ID = 2;
1516 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId);
1518 statement.bindNull(ContactReplaceSqlStatement.PHOTO_ID);