summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/Entity.java
diff options
context:
space:
mode:
authorFred Quintana <fredq@google.com>2009-10-05 14:21:12 -0700
committerFred Quintana <fredq@google.com>2009-10-06 11:51:19 -0700
commit5bba632d877c2878384ff21566c8eb6a1a22f37b (patch)
treee8bd6afd4bb1df723420de4a6e7f17ab3a253427 /core/java/android/content/Entity.java
parent5163cd6d1cb664977eb4473b98657c7e92ae430e (diff)
downloadframeworks_base-5bba632d877c2878384ff21566c8eb6a1a22f37b.zip
frameworks_base-5bba632d877c2878384ff21566c8eb6a1a22f37b.tar.gz
frameworks_base-5bba632d877c2878384ff21566c8eb6a1a22f37b.tar.bz2
- hide Entity and all its references
- remove updateEntity and insertEntity, since they are not used - add the RawContacts.Entity class, which is used in lieu of the android.content.Entity
Diffstat (limited to 'core/java/android/content/Entity.java')
-rw-r--r--core/java/android/content/Entity.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/content/Entity.java b/core/java/android/content/Entity.java
index 325dce5..ee8112e 100644
--- a/core/java/android/content/Entity.java
+++ b/core/java/android/content/Entity.java
@@ -26,6 +26,7 @@ import java.util.ArrayList;
/**
* Objects that pass through the ContentProvider and ContentResolver's methods that deal with
* Entities must implement this abstract base class and thus themselves be Parcelable.
+ * @hide
*/
public final class Entity implements Parcelable {
final private ContentValues mValues;