index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
content
/
ContentValues.java
Age
Commit message (
Expand
)
Author
2020-10-15
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-08-22
Public APIs for ID-specific Uris, misc items.
Jeff Sharkey
2019-08-08
Expand ContentProviderOperation to support call().
Jeff Sharkey
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-08-15
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-08
Throw exceptions expected by CTS.
Jeff Sharkey
2018-07-13
Extend SQLiteQueryBuilder for update and delete.
Jeff Sharkey
2017-03-24
Replace possibly-expensive size() == 0 with isEmpty()
Mike Tsao
2017-01-19
Also parse "1" as true for ContentValues#getAsBoolean
Michael Wright
2016-05-12
ContentValues: improve documentation
Steve Pomeroy
2010-09-17
Convert Numbers to Booleans when calling getAsBoolean().
Jeff Hamilton
2010-08-25
Fix the documentation of ContentValues.
Jeff Hamilton
2010-08-02
add public method in ContentValues to return set of all keys
Vasu Nori
2010-03-23
Small speedup in getAsString and comment fix
Daniel Lehmann
2010-02-19
improve logging of errors when trying to resolve backrefs http://b/2371475
Fred Quintana
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project