summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2015-04-09 19:20:47 -0700
committerJeff Brown <jeffbrown@google.com>2015-04-09 19:20:47 -0700
commitd7e3dc0bd7085e9a1a812cd7c1f2385cff0218e6 (patch)
tree152942fe1cb638a5df2b7d4bd44e14dc8f2f85e9 /api
parenta8a191606959bb9a93dd519213259edb5068abcc (diff)
downloadprebuilts_sdk-d7e3dc0bd7085e9a1a812cd7c1f2385cff0218e6.zip
prebuilts_sdk-d7e3dc0bd7085e9a1a812cd7c1f2385cff0218e6.tar.gz
prebuilts_sdk-d7e3dc0bd7085e9a1a812cd7c1f2385cff0218e6.tar.bz2
Remove deprecated fields in AbstractCursor.
Bug: 6353797 Change-Id: I1b9d7ef2b15aa1d361333d0a68e4fb46ee265662
Diffstat (limited to 'api')
-rw-r--r--api/23.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/api/23.txt b/api/23.txt
index 99508f6..422af23 100644
--- a/api/23.txt
+++ b/api/23.txt
@@ -9357,10 +9357,7 @@ package android.database {
method public void unregisterDataSetObserver(android.database.DataSetObserver);
field protected boolean mClosed;
field protected android.content.ContentResolver mContentResolver;
- field protected deprecated java.lang.Long mCurrentRowID;
field protected int mPos;
- field protected deprecated int mRowIdColumnIndex;
- field protected deprecated java.util.HashMap<java.lang.Long, java.util.Map<java.lang.String, java.lang.Object>> mUpdatedRows;
}
protected static class AbstractCursor.SelfContentObserver extends android.database.ContentObserver {