summaryrefslogtreecommitdiffstats
path: root/api/system-removed.txt
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2015-04-09 18:52:52 -0700
committerJeff Brown <jeffbrown@google.com>2015-04-09 19:48:10 -0700
commit8faab36fdd2d7dd038885a5073eeb8354d8996d4 (patch)
treed24b171826d1b5d1e93a9328bfec5efc104ed8ad /api/system-removed.txt
parent4670513e70f8d55e40a359941e7c216604daae19 (diff)
downloadframeworks_base-8faab36fdd2d7dd038885a5073eeb8354d8996d4.zip
frameworks_base-8faab36fdd2d7dd038885a5073eeb8354d8996d4.tar.gz
frameworks_base-8faab36fdd2d7dd038885a5073eeb8354d8996d4.tar.bz2
Clean up AbstractCursor API.
Deprecated three protected fields that should not have been exposed in the API. Bug: 6353797 Change-Id: Ic6710f880a452dd1508abf0613907a1d2b1fb557
Diffstat (limited to 'api/system-removed.txt')
-rw-r--r--api/system-removed.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/api/system-removed.txt b/api/system-removed.txt
index c2b9d3e..0c433c3 100644
--- a/api/system-removed.txt
+++ b/api/system-removed.txt
@@ -6,6 +6,16 @@ package android.content.pm {
}
+package android.database {
+
+ public abstract class AbstractCursor implements android.database.CrossProcessCursor {
+ field protected java.lang.Long mCurrentRowID;
+ field protected int mRowIdColumnIndex;
+ field protected java.util.HashMap<java.lang.Long, java.util.Map<java.lang.String, java.lang.Object>> mUpdatedRows;
+ }
+
+}
+
package android.media {
public class AudioFormat {