Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1537a255 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I46a6d39c into eclair

* changes:
  Remove unused api in QuickContact.java and fix the build.
parents 255d51cc f5ac46d3
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -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"
+0 −9
Original line number Diff line number Diff line
@@ -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();