android.provider
Class ContactsContract.Intents

java.lang.Object
  extended by android.provider.ContactsContract.Intents
Enclosing class:
ContactsContract

public static final class ContactsContract.Intents
extends Object


Nested Class Summary
static class ContactsContract.Intents.Insert
           
 
Field Summary
static String ATTACH_IMAGE
           
static String EXTRA_CREATE_DESCRIPTION
           
static String EXTRA_FORCE_CREATE
           
static String INVITE_CONTACT
           
static String SEARCH_SUGGESTION_CLICKED
           
static String SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED
           
static String SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED
           
static String SHOW_OR_CREATE_CONTACT
           
 
Constructor Summary
ContactsContract.Intents()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEARCH_SUGGESTION_CLICKED

public static final String SEARCH_SUGGESTION_CLICKED
See Also:
Constant Field Values

SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED

public static final String SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED
See Also:
Constant Field Values

SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED

public static final String SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED
See Also:
Constant Field Values

ATTACH_IMAGE

public static final String ATTACH_IMAGE
See Also:
Constant Field Values

INVITE_CONTACT

public static final String INVITE_CONTACT
See Also:
Constant Field Values

SHOW_OR_CREATE_CONTACT

public static final String SHOW_OR_CREATE_CONTACT
See Also:
Constant Field Values

EXTRA_FORCE_CREATE

public static final String EXTRA_FORCE_CREATE
See Also:
Constant Field Values

EXTRA_CREATE_DESCRIPTION

public static final String EXTRA_CREATE_DESCRIPTION
See Also:
Constant Field Values
Constructor Detail

ContactsContract.Intents

public ContactsContract.Intents()


Copyright © 2008-2012. All Rights Reserved.