HomeSort by relevance Sort by last modified time
    Searched refs:lastName (Results 1 - 21 of 21) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
RawContactUtil.java 107 String lastName) {
108 return createRawContactWithName(resolver, firstName, lastName, null);
112 String lastName, Account account) {
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,
185 mLastName = lastName;
218 final String lastName = !contact.isNull("l") ? contact.getString("l") : 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 106 private String lastName;
178 return lastName;
181 public void setLastName(String lastName) {
182 this.lastName = lastName;
498 if (lastName != null) {
499 sb.append(StringUtils.escapeForXML(lastName));
631 return firstName != null || lastName != null || middleName != null;
661 if (lastName != null ? !lastName.equals(vCard.lastName) : vCard.lastName != null)
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 125 * Can be null if firstName/lastName are specified.
128 * @param lastName The last name of the contact - can be null if fullName
132 public ContactOperations addName(String fullName, String firstName, String lastName) {
143 if (!TextUtils.isEmpty(lastName)) {
144 mValues.put(StructuredName.FAMILY_NAME, lastName);
275 * @param lastName the new last name to store
284 String lastName,
292 if (!TextUtils.equals(existingLastName, lastName)) {
293 mValues.put(StructuredName.FAMILY_NAME, lastName);
ContactManager.java 510 String lastName = null;
532 lastName = c.getString(DataQuery.COLUMN_FAMILY_NAME);
554 RawContact rawContact = RawContact.create(fullName, firstName, lastName, cellPhone,
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
VariableLocator.java 74 StringBuilder lastName = currentName;
78 currentName = lastName;
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 534 StringRef lastName;
540 if (newName != lastName) {
541 if (!lastName.empty()) {
544 lastName = newName;
545 o << " <key>" << lastName << "_files</key>\n";
  /packages/apps/Exchange/exchange2/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 169 String firstName, String lastName) {
174 r.put(StructuredName.FAMILY_NAME, lastName);
375 String lastName = galDataRow.get(GalData.LAST_NAME);
379 if (firstName != null && lastName != null) {
380 displayName = firstName + " " + lastName;
383 } else if (lastName != null) {
384 displayName = lastName;
395 if (firstName != null && lastName != null) {
396 row[alternateDisplayNameIndex] = lastName + " " + firstName;
  /external/webkit/Source/WebCore/platform/text/mac/
TextCodecMac.cpp 57 const char* lastName = 0;
62 lastName = CharsetTable[i].name;
64 registrar(CharsetTable[i].name, lastName);
  /external/icu4c/tools/gencnval/
gencnval.c 845 const char *lastName;
852 lastName = GET_ALIAS_STR(knownAliases[0]);
856 if (ucnv_compareNames(lastName, GET_ALIAS_STR(knownAliases[idx])) == 0) {
866 lastName,
879 lastName,
896 lastName = GET_ALIAS_STR(knownAliases[idx]);
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 432 String lastName = null;
462 lastName = getValue();
649 if (firstName != null || lastName != null) {
651 name = lastName;
652 } else if (lastName == null) {
655 name = firstName + ' ' + lastName;
661 ops.addName(entity, prefix, firstName, lastName, middleName, suffix, name,
    [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
jsilver-1.0.0.jar 
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 614 milliseconds