/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/apps/Contacts/src/com/android/contacts/model/dataitem/ |
StructuredNameDataItem.java | 48 return getContentValues().getAsString(StructuredName.GIVEN_NAME);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/ |
DataUtil.java | 65 values.put(ContactsContract.CommonDataKinds.StructuredName.GIVEN_NAME, givenName);
|
/external/chromium_org/components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/ |
PersonalAutofillPopulator.java | 113 private static final int GIVEN_NAME = 0; 121 ContactsContract.CommonDataKinds.StructuredName.GIVEN_NAME, 197 mGivenName = nameCursor.getString(nameProfileQuery.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");
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
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...] |
/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 | 115 StructuredName.PREFIX, StructuredName.GIVEN_NAME, StructuredName.MIDDLE_NAME, 189 || values.containsKey(StructuredName.GIVEN_NAME)
|
NameSplitter.java | 155 givenNames = values.getAsString(StructuredName.GIVEN_NAME); 173 putValueIfPresent(values, StructuredName.GIVEN_NAME, givenNames); [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
ExchangeAccountType.java | 94 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, 124 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, 127 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/Contacts/tests/src/com/android/contacts/ |
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,
|
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/ContactsCommon/src/com/android/contacts/common/model/ |
ValuesDelta.java | 524 copyStringFrom(name, ContactsContract.CommonDataKinds.StructuredName.GIVEN_NAME);
|
/packages/apps/Exchange/src/com/android/exchange/provider/ |
ExchangeDirectoryProvider.java | 185 r.put(StructuredName.GIVEN_NAME, firstName);
|
/packages/apps/Settings/src/com/android/settings/ |
Utils.java | 549 new String[] {CommonDataKinds.StructuredName.GIVEN_NAME,
|
/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...] |