diff options
| author | Dianne Hackborn <hackbod@google.com> | 2011-01-08 17:25:57 -0800 |
|---|---|---|
| committer | Dianne Hackborn <hackbod@google.com> | 2011-01-08 18:25:30 -0800 |
| commit | 247fe74c934cb3fba85aae7e051a8044f460fb11 (patch) | |
| tree | 91123356af7f3b66c19c974b885eb5d3a94707b5 /core/java/android/database/DatabaseUtils.java | |
| parent | f600780bea864c672e01a391b65da65d85045803 (diff) | |
Implement issue # 3255887 could CursorLoader offer...
...to throttle contentobserver-based requeries
Why yes, I guess it could.
This also reworks AsyncTaskLoader to not generate multiple
concurrent tasks if it is getting change notifications before
the last background task is complete.
And removes some of the old APIs that had been deprecated but
need to be gone for final release.
And fixes a few little problems with applying the wrong theme
in system code.
Change-Id: Ic7a665b666d0fb9d348e5f23595532191065884f
Diffstat (limited to 'core/java/android/database/DatabaseUtils.java')
| -rw-r--r-- | core/java/android/database/DatabaseUtils.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/database/DatabaseUtils.java b/core/java/android/database/DatabaseUtils.java index 70a7fb66df26..f428aad71229 100644 --- a/core/java/android/database/DatabaseUtils.java +++ b/core/java/android/database/DatabaseUtils.java @@ -311,7 +311,6 @@ public class DatabaseUtils { /** * Concatenates two SQL WHERE clauses, handling empty or null values. - * @hide */ public static String concatenateWhere(String a, String b) { if (TextUtils.isEmpty(a)) { |
