Searched refs:whereWithId (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | EmailProvider.java | 726 result = db.delete(tableName, whereWithId(id, selection), selectionArgs); in delete() 1408 sb.append(" WHERE ").append(whereWithId(id, selection)); in query() 1430 c = db.query(tableName, projection, whereWithId(id, selection), in query() 1449 c = db.query(tableName, alternateProjection, whereWithId(id, selection), in query() 1547 private static String whereWithId(String id, String selection) { in whereWithId() method in EmailProvider 2084 result = db.update(tableName, values, whereWithId(id, selection), in update() 2123 result = db.update(tableName, updateValues, whereWithId(id, selection), in update()
|