summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContentValues.java
AgeCommit message (Expand)Author
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-08-22Public APIs for ID-specific Uris, misc items.Jeff Sharkey
2019-08-08Expand ContentProviderOperation to support call().Jeff Sharkey
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-08Throw exceptions expected by CTS.Jeff Sharkey
2018-07-13Extend SQLiteQueryBuilder for update and delete.Jeff Sharkey
2017-03-24Replace possibly-expensive size() == 0 with isEmpty()Mike Tsao
2017-01-19Also parse "1" as true for ContentValues#getAsBooleanMichael Wright
2016-05-12ContentValues: improve documentationSteve Pomeroy
2010-09-17Convert Numbers to Booleans when calling getAsBoolean().Jeff Hamilton
2010-08-25Fix the documentation of ContentValues.Jeff Hamilton
2010-08-02add public method in ContentValues to return set of all keysVasu Nori
2010-03-23Small speedup in getAsString and comment fixDaniel Lehmann
2010-02-19improve logging of errors when trying to resolve backrefs http://b/2371475Fred Quintana
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project