summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-05-09 14:32:14 -0700
committerJeff Brown <jeffbrown@google.com>2012-05-09 14:32:14 -0700
commit7873d5b3ff587ffff33dae628aaa581b099db61e (patch)
tree85274a68215aa8133972b26d2a39e5015e1cebf1 /api
parentfd23e3ed976b22b9a92ddb2cb3a46f9d2a0ce23f (diff)
downloadframeworks_base-7873d5b3ff587ffff33dae628aaa581b099db61e.zip
frameworks_base-7873d5b3ff587ffff33dae628aaa581b099db61e.tar.gz
frameworks_base-7873d5b3ff587ffff33dae628aaa581b099db61e.tar.bz2
Deprecate certain AbstractCursor fields.
Bug: 6353797 Change-Id: I52b67f35c867378849ceb77356d0065161157ac9
Diffstat (limited to 'api')
-rw-r--r--api/current.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt
index 0f9676e..37d12f1 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -7016,9 +7016,9 @@ package android.database {
method public void unregisterDataSetObserver(android.database.DataSetObserver);
field protected boolean mClosed;
field protected android.content.ContentResolver mContentResolver;
- field protected java.lang.Long mCurrentRowID;
+ field protected deprecated java.lang.Long mCurrentRowID;
field protected int mPos;
- field protected int mRowIdColumnIndex;
+ field protected deprecated int mRowIdColumnIndex;
field protected deprecated java.util.HashMap mUpdatedRows;
}