/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/ |
RawContactUtil.java | 106 public static long createRawContactWithName(ContentResolver resolver, String firstName, 108 return createRawContactWithName(resolver, firstName, lastName, null); 111 public static long createRawContactWithName(ContentResolver resolver, String firstName, 114 DataUtil.insertStructuredName(resolver, rawContactId, firstName, lastName);
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
RawContact.java | 178 public RawContact(String name, String fullName, String firstName, String lastName, 184 mFirstName = firstName; 217 final String firstName = !contact.isNull("f") ? contact.getString("f") : null; 227 return new RawContact(userName, null, firstName, lastName, cellPhone, 239 public static RawContact create(String fullName, String firstName, String lastName, 243 return new RawContact(null, fullName, firstName, lastName, cellPhone, officePhone,
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
VCard.java | 105 private String firstName; 168 return firstName; 171 public void setFirstName(String firstName) { 172 this.firstName = firstName; 492 if (firstName != null) { 493 sb.append(StringUtils.escapeForXML(firstName)).append(' '); 631 return firstName != null || lastName != null || middleName != null; 652 if (firstName != null ? !firstName.equals(vCard.firstName) : vCard.firstName != null) [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactOperations.java | 125 * Can be null if firstName/lastName are specified. 126 * @param firstName The first name of the contact - can be null if fullName 132 public ContactOperations addName(String fullName, String firstName, String lastName) { 139 if (!TextUtils.isEmpty(firstName)) { 140 mValues.put(StructuredName.GIVEN_NAME, firstName); 274 * @param firstName the new first name to store 283 String firstName, 289 if (!TextUtils.equals(existingFirstName, firstName)) { 290 mValues.put(StructuredName.GIVEN_NAME, firstName);
|
ContactManager.java | 509 String firstName = null; 533 firstName = c.getString(DataQuery.COLUMN_GIVEN_NAME); 554 RawContact rawContact = RawContact.create(fullName, firstName, lastName, cellPhone, [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertyFactory.java | 296 String firstName = descriptor.getXmlLocalName(); 297 if (firstName.startsWith(ATTR_LAYOUT_RESOURCE_PREFIX)) { 298 if (firstName.startsWith(ATTR_LAYOUT_MARGIN)) { 309 if (firstName.equals(ATTR_ID)) { 463 String firstName = descriptor.getXmlLocalName(); 464 if (firstName.startsWith(ATTR_LAYOUT_RESOURCE_PREFIX)) { 465 if (firstName.startsWith(ATTR_LAYOUT_MARGIN)) { 476 if (firstName.equals(ATTR_ID)) { 484 String category = PropertyMetadata.getCategory(firstName); 500 int firstNameIndex = firstName.length() [all...] |
/packages/apps/Exchange/src/com/android/exchange/provider/ |
ExchangeDirectoryProvider.java | 185 String firstName, String lastName) { 189 r.put(StructuredName.GIVEN_NAME, firstName); 568 final String firstName = galDataRow.get(GalData.FIRST_NAME); 570 if (!TextUtils.isEmpty(firstName) || !TextUtils.isEmpty(lastName)) { 571 if (!TextUtils.isEmpty(firstName) && !TextUtils.isEmpty(lastName)) { 572 displayName = firstName + " " + lastName; 573 } else if (!TextUtils.isEmpty(firstName)) { 574 displayName = firstName; 599 * Alternate Display Name field is LastName FirstName to support user 606 final String firstName = galDataRow.get(GalData.FIRST_NAME) [all...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
ContactsSyncParser.java | 94 String firstName = null; 122 firstName = getValue(); 310 ops.addName(entity, prefix, firstName, lastName, middleName, suffix, [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiElementNode.java | [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsProvider2Test.java | [all...] |
/external/zxing/core/ |
core.jar | |
/prebuilts/devtools/tools/lib/ |
lint-checks.jar | |
jython-standalone-2.5.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/ |
lint-checks-22.2.0.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |