All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.widget.QuickContactBadge Maven / Gradle / Ivy

package android.widget;
public class QuickContactBadge
  extends android.widget.ImageView
  implements android.view.View.OnClickListener
{
public  QuickContactBadge(android.content.Context context) { super((android.content.Context)null,(android.util.AttributeSet)null,0); throw new RuntimeException("Stub!"); }
public  QuickContactBadge(android.content.Context context, android.util.AttributeSet attrs) { super((android.content.Context)null,(android.util.AttributeSet)null,0); throw new RuntimeException("Stub!"); }
public  QuickContactBadge(android.content.Context context, android.util.AttributeSet attrs, int defStyle) { super((android.content.Context)null,(android.util.AttributeSet)null,0); throw new RuntimeException("Stub!"); }
public  void setMode(int size) { throw new RuntimeException("Stub!"); }
public  void assignContactUri(android.net.Uri contactUri) { throw new RuntimeException("Stub!"); }
public  void assignContactFromEmail(java.lang.String emailAddress, boolean lazyLookup) { throw new RuntimeException("Stub!"); }
public  void assignContactFromPhone(java.lang.String phoneNumber, boolean lazyLookup) { throw new RuntimeException("Stub!"); }
public  void onClick(android.view.View v) { throw new RuntimeException("Stub!"); }
public  void setExcludeMimes(java.lang.String[] excludeMimes) { throw new RuntimeException("Stub!"); }
protected java.lang.String[] mExcludeMimes = null;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy