HomeSort by relevance Sort by last modified time
    Searched refs:StructuredName (Results 26 - 48 of 48) sorted by null

12

  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 32 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
61 Data.IS_PRIMARY, StructuredName.DISPLAY_NAME, Nickname.NAME, Email.DATA,
175 if (StructuredName.CONTENT_ITEM_TYPE.equals(mimetype)) {
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 35 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
126 // Make sure we have StructuredName
127 EntityModifier.ensureKindExists(state, type, StructuredName.CONTENT_ITEM_TYPE);
190 primary = state.getPrimaryEntry(StructuredName.CONTENT_ITEM_TYPE);
191 mName.setText(primary != null ? primary.getAsString(StructuredName.DISPLAY_NAME) :
RawContactEditorView.java 35 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
172 // Make sure we have a StructuredName and Organization
173 EntityModifier.ensureKindExists(state, type, StructuredName.CONTENT_ITEM_TYPE);
237 if (StructuredName.CONTENT_ITEM_TYPE.equals(mimeType)) {
TextFieldsEditorView.java 34 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
  /packages/apps/Phone/src/com/android/phone/
SimContacts.java 38 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
166 builder.withValueBackReference(StructuredName.RAW_CONTACT_ID, 0);
167 builder.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
168 builder.withValue(StructuredName.DISPLAY_NAME, name);
  /packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 46 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
172 r.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
173 r.put(StructuredName.GIVEN_NAME, firstName);
174 r.put(StructuredName.FAMILY_NAME, lastName);
175 r.put(StructuredName.DISPLAY_NAME, displayName);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 45 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
263 values.put(StructuredName.DISPLAY_NAME, sb.toString());
264 values.put(StructuredName.GIVEN_NAME, givenName);
265 values.put(StructuredName.FAMILY_NAME, familyName);
272 values.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
628 StructuredName.PREFIX, StructuredName.GIVEN_NAME, StructuredName.MIDDLE_NAME,
629 StructuredName.FAMILY_NAME, StructuredName.SUFFI
    [all...]
ContactsProvider2Test.java 46 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
767 values.put(Contacts.Entity.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
    [all...]
ContactsActor.java 365 values.put(Data.MIMETYPE, CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE);
366 values.put(CommonDataKinds.StructuredName.FAMILY_NAME, name);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 36 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
138 * Not in vCard but for {@link StructuredName#DISPLAY_NAME}. This field
164 builder.withValueBackReference(StructuredName.RAW_CONTACT_ID, backReferenceIndex);
165 builder.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
168 builder.withValue(StructuredName.GIVEN_NAME, mGiven);
171 builder.withValue(StructuredName.FAMILY_NAME, mFamily);
174 builder.withValue(StructuredName.MIDDLE_NAME, mMiddle);
177 builder.withValue(StructuredName.PREFIX, mPrefix);
180 builder.withValue(StructuredName.SUFFIX, mSuffix);
186 builder.withValue(StructuredName.PHONETIC_GIVEN_NAME, mPhoneticGiven)
    [all...]
VCardComposer.java 37 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
588 builder.appendNameProperties(contentValuesListMap.get(StructuredName.CONTENT_ITEM_TYPE))
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 55 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
    [all...]
LegacyApiSupport.java 56 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
123 + "='" + StructuredName.CONTENT_ITEM_TYPE + "')"
151 + "ifnull(name." + StructuredName.PHONETIC_GIVEN_NAME + ",' ')||' '||"
152 + "ifnull(name." + StructuredName.PHONETIC_MIDDLE_NAME + ",' '))||' '||"
153 + "ifnull(name." + StructuredName.PHONETIC_FAMILY_NAME + ",' ')) ";
558 String peopleColumns = "name." + StructuredName.DISPLAY_NAME
    [all...]
DataRowHandler.java 31 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
90 if (StructuredName.DISPLAY_NAME != Data.DATA1 || Nickname.NAME != Data.DATA1
ContactsProvider2.java 121 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 34 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
350 if (mimeType.equals(StructuredName.CONTENT_ITEM_TYPE)) {
485 if (mimeType.equals(StructuredName.CONTENT_ITEM_TYPE)) {
    [all...]
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 193 ContactsContract.CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE)
194 .withValue(ContactsContract.CommonDataKinds.StructuredName.DISPLAY_NAME, name)
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactLoaderTest.java 30 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
353 0, StructuredName.CONTENT_ITEM_TYPE, "mockPkg2",
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 80 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
582 if (StructuredName.CONTENT_ITEM_TYPE.equals(mimeType)) {
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 821 milliseconds

12