diff options
Diffstat (limited to 'api/system-removed.txt')
-rw-r--r-- | api/system-removed.txt | 10 |
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 { |