HomeSort by relevance Sort by last modified time
    Searched refs:GIVEN_NAME (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardTestUtilsTests.java 61 .put(StructuredName.GIVEN_NAME, "A;B\\")
82 .put(StructuredName.GIVEN_NAME, ";")
VCardExporterTests.java 55 .put(StructuredName.GIVEN_NAME, "Roid");
66 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName")
104 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName1")
113 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName")
127 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName2")
164 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName1")
173 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName2")
183 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName")
192 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName3")
234 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName"
    [all...]
VCardJapanizationTests.java 40 .put(StructuredName.GIVEN_NAME, "\u3091\u308A\u304B")
68 .put(StructuredName.GIVEN_NAME, "\u3091\u308A\u304B")
90 .put(StructuredName.GIVEN_NAME, "\u3091\u308A\u304B")
VCardImporterTests.java 422 .put(StructuredName.GIVEN_NAME, "Roid")
431 .put(StructuredName.GIVEN_NAME, "Roid")
450 .put(StructuredName.GIVEN_NAME, "Roid")
477 .put(StructuredName.GIVEN_NAME, "A;B\\")
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/util/
NameConverterTests.java 36 structuredName.put(StructuredName.GIVEN_NAME, "John");
75 checkNameComponent(StructuredName.GIVEN_NAME, givenName, structuredName);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java 250 values.put(StructuredName.GIVEN_NAME, "604");
258 values.put(StructuredName.GIVEN_NAME, "604");
268 values.put(StructuredName.GIVEN_NAME, "John");
269 values.put(StructuredName.GIVEN_NAME, "Abigale");
276 values.put(StructuredName.GIVEN_NAME, "John");
277 values.put(StructuredName.GIVEN_NAME, "Marie");
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
NameConverter.java 42 StructuredName.GIVEN_NAME,
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 140 mValues.put(StructuredName.GIVEN_NAME, firstName);
290 mValues.put(StructuredName.GIVEN_NAME, firstName);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredName.java 114 StructuredName.PREFIX, StructuredName.GIVEN_NAME, StructuredName.MIDDLE_NAME,
184 || values.containsKey(StructuredName.GIVEN_NAME)
NameSplitter.java 155 givenNames = values.getAsString(StructuredName.GIVEN_NAME);
173 putValueIfPresent(values, StructuredName.GIVEN_NAME, givenNames);
    [all...]
ContactsDatabaseHelper.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ExchangeAccountType.java 89 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME,
119 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME,
122 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME,
BaseAccountType.java 163 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given,
198 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given,
205 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given,
    [all...]
EntityModifier.java 625 StructuredName.GIVEN_NAME,
634 child.put(StructuredName.GIVEN_NAME, cursor.getString(1));
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 708 first.put(StructuredName.GIVEN_NAME, TEST_NAME);
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExchangeSource.java 81 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME,
90 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME,
FallbackSource.java 124 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given,
135 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given,
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 203 appendValue(nameSb, values, StructuredName.GIVEN_NAME);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 173 r.put(StructuredName.GIVEN_NAME, firstName);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SearchIndexManagerTest.java 57 values.put(StructuredName.GIVEN_NAME, "Helen");
ContactsProvider2Test.java     [all...]
BaseContactsProvider2Test.java 278 values.put(StructuredName.GIVEN_NAME, givenName);
678 StructuredName.PREFIX, StructuredName.GIVEN_NAME, StructuredName.MIDDLE_NAME,
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java 242 final String givenName = contentValues.getAsString(StructuredName.GIVEN_NAME);
328 final String givenName = contentValues.getAsString(StructuredName.GIVEN_NAME);
432 final String givenName = contentValues.getAsString(StructuredName.GIVEN_NAME);
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 651 newName.copyStringFrom(readOnlyName, StructuredName.GIVEN_NAME);
    [all...]

Completed in 945 milliseconds

1 2