Searched defs:Insert (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContacts.java1454 // Insert the location
2034 * Any extras from the {@link Insert} class will be passed along to the
2194 public static final class Insert { class in class:Contacts.Intents
2199 public Insert() { method in class:Contacts.Intents.Insert
2206 public static final String ACTION = ContactsContract.Intents.Insert.ACTION;
2213 public static final String FULL_MODE = ContactsContract.Intents.Insert.FULL_MODE;
2221 public static final String NAME = ContactsContract.Intents.Insert.NAME;
2230 ContactsContract.Intents.Insert.PHONETIC_NAME;
2238 public static final String COMPANY = ContactsContract.Intents.Insert.COMPANY;
2246 public static final String JOB_TITLE = ContactsContract.Intents.Insert
[all...]
H A DContactsContract.java662 * <dt><b>Insert</b></dt>
1275 * <dt><b>Insert</b></dt>
2178 * <dt><b>Insert</b></dt>
5704 * Any extras from the {@link Insert} class will be passed along to the
5872 public static final class Insert { class in class:ContactsContract.Intents

Completed in 79 milliseconds