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

/frameworks/base/core/java/android/provider/
H A DContacts.java1453 // Insert the location
2033 * 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.java1271 * <dt><b>Insert</b></dt>
2174 * <dt><b>Insert</b></dt>
2419 * <dt><b>Insert</b></dt>
3266 * <dt><b>Insert</b></dt>
3780 * <dt><b>Insert</b></dt>
4325 * <dt><b>Insert</b></dt>
8763 * Any extras from the {@link Insert} class will be passed along to the
9056 public static final class Insert { class in class:ContactsContract.Intents
9263 * intent.putParcelableArrayListExtra(Insert.DATA, data);

Completed in 65 milliseconds