summaryrefslogtreecommitdiff
path: root/core/java/android/database/DataSetObservable.java
Commit message (Collapse)AuthorAgeFilesLines
* Clean up content observer code.Jeff Brown2012-01-231-6/+9
| | | | | | | | | | | | | | | | Improved the documentation a little bit. Fixed a bug in ContentService wherein if a ContentObserver was passed as an argument and its deliverSelfNotifications() method returned true, then notifyChange would tell all observers that the change was a self-change even though it was only a self-change from the perspective of the provided observer. Deprecated ContentObservable.notifyChange since it is never used and in general it shouldn't be because we want the notification to be posted to the handler. Change-Id: Idde49eb40777e011a068f2adae8a32f779dfb923
* several minor bugs and things listed belowVasu Nori2010-04-161-4/+8
| | | | | | | | | | | | | bug:1648729 print warning if a requery is attemped on main thread bug:2459293 browser death because of NoSuchElementException. don't use iterator to march thru the ArrayList. use old style for() loop. bug:1609474 don't allow downgrades of databases other stuff use LRUcache to maintain statement-cache in SQLiteDatabase Change-Id: I3a42022162f4dfcc75f7d0cfcad8f20f1d193249
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+47
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-47/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+47