/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/ |
ContactAggregatorTest.java | 249 values.put(StructuredName.GIVEN_NAME, "604"); 257 values.put(StructuredName.GIVEN_NAME, "604"); 267 values.put(StructuredName.GIVEN_NAME, "John"); 268 values.put(StructuredName.GIVEN_NAME, "Abigale"); 275 values.put(StructuredName.GIVEN_NAME, "John"); 276 values.put(StructuredName.GIVEN_NAME, "Marie"); [all...] |
SearchIndexManagerTest.java | 56 values.put(StructuredName.GIVEN_NAME, "Helen");
|
ContactsProvider2Test.java | [all...] |
BaseContactsProvider2Test.java | 264 values.put(StructuredName.GIVEN_NAME, givenName); 628 StructuredName.PREFIX, StructuredName.GIVEN_NAME, StructuredName.MIDDLE_NAME, [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 | 113 StructuredName.PREFIX, StructuredName.GIVEN_NAME, StructuredName.MIDDLE_NAME, 183 || values.containsKey(StructuredName.GIVEN_NAME)
|
LegacyContactImporter.java | 450 StructuredName.GIVEN_NAME + "," + 465 int GIVEN_NAME = 5; 607 bindString(insert, StructuredNameInsert.GIVEN_NAME, [all...] |
NameSplitter.java | 151 givenNames = values.getAsString(StructuredName.GIVEN_NAME); 169 putValueIfPresent(values, StructuredName.GIVEN_NAME, givenNames); [all...] |
ContactsDatabaseHelper.java | [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
ExchangeAccountType.java | 80 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, 110 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, 113 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME,
|
BaseAccountType.java | 111 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given, 145 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given, 152 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given,
|
EntityModifier.java | 617 StructuredName.GIVEN_NAME, 626 child.put(StructuredName.GIVEN_NAME, cursor.getString(1)); [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/ |
EntityModifierTests.java | 716 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/src/com/android/exchange/provider/ |
ExchangeDirectoryProvider.java | 173 r.put(StructuredName.GIVEN_NAME, firstName);
|
/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/src/com/android/exchange/adapter/ |
ContactsSyncAdapter.java | [all...] |