am 1537a255: Merge change I46a6d39c into eclair

Merge commit '1537a25520405f384b072c58fee935a29c4e14ea' into eclair-plus-aosp

* commit '1537a25520405f384b072c58fee935a29c4e14ea':
  Remove unused api in QuickContact.java and fix the build.
This commit is contained in:
Evan Millar
2009-09-30 11:55:47 -07:00
committed by Android Git Automerger
2 changed files with 0 additions and 22 deletions

View File

@@ -186352,19 +186352,6 @@
<parameter name="excludeMimes" type="java.lang.String[]">
</parameter>
</method>
<method name="setMode"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="size" type="int">
</parameter>
</method>
<field name="mExcludeMimes"
type="java.lang.String[]"
transient="false"

View File

@@ -170,15 +170,6 @@ public class QuickContactBadge extends ImageView implements OnClickListener {
}
}
/**
* Set the QuickContact window mode. Options are {@link FastTrack#MODE_SMALL},
* {@link FastTrack#MODE_MEDIUM}, {@link FastTrack#MODE_LARGE}.
* @param size
*/
public void setMode(int size) {
mMode = size;
}
public void onClick(View v) {
if (mContactUri != null) {
final ContentResolver resolver = getContext().getContentResolver();