HomeSort by relevance Sort by last modified time
    Searched defs:RawContacts (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/tests/coretests/src/android/pim/vcard/test_utils/
ExportTestResolver.java 19 import android.provider.ContactsContract.RawContacts;
28 addProvider(RawContacts.CONTENT_URI.getAuthority(), mProvider);
  /frameworks/base/core/java/android/provider/
ContactsContract.java 64 * A row in the {@link RawContacts} table represents a set of data describing a
70 * RawContacts presumably describing the same person. When data in or associated with
71 * the RawContacts table is changed, the affected aggregate contacts are updated as
115 * {@link RawContacts#DIRTY} is not automatically set and the
120 * the delete operation in {@link RawContacts}.
248 * @see RawContacts
267 * @see RawContacts
311 * @see RawContacts
368 * Reference to the row in the RawContacts table holding the contact name.
519 * Contact name and contact name metadata columns in the RawContacts table
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 46 import android.provider.ContactsContract.RawContacts;
88 values.put(RawContacts.ACCOUNT_NAME, "a");
89 values.put(RawContacts.ACCOUNT_TYPE, "b");
90 values.put(RawContacts.SOURCE_ID, "c");
91 values.put(RawContacts.VERSION, 42);
92 values.put(RawContacts.DIRTY, 1);
93 values.put(RawContacts.DELETED, 1);
94 values.put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DISABLED);
95 values.put(RawContacts.CUSTOM_RINGTONE, "d")
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 420 milliseconds