summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-05-12 14:42:58 -0400
committerJoe Onorato <joeo@android.com>2009-05-12 23:40:45 -0400
commitd39afbdc92e95e597c311e78ac32edaad27fcf0d (patch)
tree72b8b6bee6df8f80d72cd782873c78dbc7f38b5c /api
parentc5b0e6e4eb09a4dd8fc1cfcfca959262705d84d0 (diff)
downloadframeworks_base-d39afbdc92e95e597c311e78ac32edaad27fcf0d.zip
frameworks_base-d39afbdc92e95e597c311e78ac32edaad27fcf0d.tar.gz
frameworks_base-d39afbdc92e95e597c311e78ac32edaad27fcf0d.tar.bz2
Make android.content.ComponentName implement java.lang.Comparable.
Diffstat (limited to 'api')
-rw-r--r--api/current.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 7209b2f..623b986 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -22658,6 +22658,8 @@
deprecated="not deprecated"
visibility="public"
>
+<implements name="java.lang.Comparable">
+</implements>
<implements name="android.os.Parcelable">
</implements>
<constructor name="ComponentName"
@@ -22706,6 +22708,19 @@
<parameter name="in" type="android.os.Parcel">
</parameter>
</constructor>
+<method name="compareTo"
+ return="int"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="that" type="android.content.ComponentName">
+</parameter>
+</method>
<method name="describeContents"
return="int"
abstract="false"