Searched refs:whereWithId (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Email/src/com/android/email/provider/ |
D | EmailProvider.java | 684 result = db.delete(TABLE_NAMES[table], whereWithId(id, selection), in delete() 868 whereWithId(id, selection), selectionArgs, null, null, sortOrder); in query() 887 private String whereWithId(String id, String selection) { in whereWithId() method in EmailProvider 952 new String[] {EmailContent.RECORD_ID, field}, whereWithId(id, selection), in update() 988 result = db.update(TABLE_NAMES[table], values, whereWithId(id, selection), in update()
|