summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContentValues.java
Commit message (Expand)AuthorAgeFilesLines
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-2/+1
* Public APIs for ID-specific Uris, misc items.Jeff Sharkey2019-08-221-2/+0
* Expand ContentProviderOperation to support call().Jeff Sharkey2019-08-081-0/+56
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+5
* Throw exceptions expected by CTS.Jeff Sharkey2018-08-081-0/+5
* Extend SQLiteQueryBuilder for update and delete.Jeff Sharkey2018-07-131-52/+68
* Replace possibly-expensive size() == 0 with isEmpty()Mike Tsao2017-03-241-0/+11
* Also parse "1" as true for ContentValues#getAsBooleanMichael Wright2017-01-191-1/+5
* ContentValues: improve documentationSteve Pomeroy2016-05-121-11/+13
* Convert Numbers to Booleans when calling getAsBoolean().Jeff Hamilton2010-09-171-0/+2
* Fix the documentation of ContentValues.Jeff Hamilton2010-08-251-0/+4
* add public method in ContentValues to return set of all keysVasu Nori2010-08-021-0/+9
* Small speedup in getAsString and comment fixDaniel Lehmann2010-03-231-2/+2
* improve logging of errors when trying to resolve backrefs http://b/2371475Fred Quintana2010-02-191-26/+26
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+501
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-501/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+501