HomeSort by relevance Sort by last modified time
    Searched refs:GIVEN_NAME (Results 1 - 25 of 48) 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/ContactsCommon/tests/src/com/android/contacts/common/util/
NameConverterTests.java 38 structuredName.put(StructuredName.GIVEN_NAME, "John");
77 checkNameComponent(StructuredName.GIVEN_NAME, givenName, structuredName);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_IsSuperPrimaryName.java 77 .with(StructuredName.GIVEN_NAME, "name1")
88 .with(StructuredName.GIVEN_NAME, "name2")
138 .with(StructuredName.GIVEN_NAME, "name1")
149 .with(StructuredName.GIVEN_NAME, "name2")
ContactsContract_ProviderStatus.java 64 .with(StructuredName.GIVEN_NAME, "first1")
ContactsContract_StructuredPhoneticName.java 89 .with(StructuredName.GIVEN_NAME, "name")
136 .with(StructuredName.GIVEN_NAME, "name")
ContactsContract_AggregationSuggestionsTest.java 166 .with(StructuredName.GIVEN_NAME, "first1")
176 .with(StructuredName.GIVEN_NAME, "first2")
186 .with(StructuredName.GIVEN_NAME, "completely")
ContactsContract_ContactsTest.java 174 .with(StructuredName.GIVEN_NAME, "xxx")
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
StructuredNameDataItem.java 48 return getContentValues().getAsString(StructuredName.GIVEN_NAME);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2TransactionTest.java 188 b.withValue(StructuredName.GIVEN_NAME, "Regular");
217 b.withValue(StructuredName.GIVEN_NAME, "Profile");
SearchIndexManagerTest.java 60 values.put(StructuredName.GIVEN_NAME, "Helen");
81 values.put(StructuredName.GIVEN_NAME, "Helen");
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java 258 values.put(StructuredName.GIVEN_NAME, "604");
266 values.put(StructuredName.GIVEN_NAME, "604");
276 values.put(StructuredName.GIVEN_NAME, "John");
277 values.put(StructuredName.GIVEN_NAME, "Abigale");
284 values.put(StructuredName.GIVEN_NAME, "John");
285 values.put(StructuredName.GIVEN_NAME, "Marie");
    [all...]
ContactAggregatorTest.java 258 values.put(StructuredName.GIVEN_NAME, "604");
266 values.put(StructuredName.GIVEN_NAME, "604");
276 values.put(StructuredName.GIVEN_NAME, "John");
277 values.put(StructuredName.GIVEN_NAME, "Abigale");
284 values.put(StructuredName.GIVEN_NAME, "John");
285 values.put(StructuredName.GIVEN_NAME, "Marie");
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DataUtil.java 85 values.put(StructuredName.GIVEN_NAME, givenName);
  /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/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PhonebookPullRequest.java 59 int givenNameIndex = c.getColumnIndex(StructuredName.GIVEN_NAME);
141 .withValue(StructuredName.GIVEN_NAME , e.name.given)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredName.java 110 StructuredName.PREFIX, StructuredName.GIVEN_NAME, StructuredName.MIDDLE_NAME,
172 || values.containsKey(StructuredName.GIVEN_NAME)
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
ExchangeAccountType.java 96 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME,
126 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME,
129 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME,
BaseAccountType.java 165 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given,
200 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given,
207 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given,
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
NameConverter.java 44 StructuredName.GIVEN_NAME,
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java     [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,
  /packages/apps/Contacts/src/com/android/contacts/editor/
StructuredNameEditorView.java 225 // including given_name and family_name.
229 super.setValue(1, getValues().getAsString(StructuredName.GIVEN_NAME));

Completed in 1505 milliseconds

1 2