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

1 2

  /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/chromium_org/third_party/tlslite/tlslite/
X509CertChain.py 211 lastName = array.array('B', [0] * length)
212 cryptlib_py.cryptGetAttributeString(lastC, name, lastName)
213 lastName = lastName.tostring()
216 lastName = None
226 return lastName == rootName
  /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 544 StringRef lastName;
550 if (newName != lastName) {
551 if (!lastName.empty()) {
554 lastName = newName;
555 o << " <key>" << lastName << "_files</key>\n";
  /packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 181 String firstName, String lastName) {
186 r.put(StructuredName.FAMILY_NAME, lastName);
423 final String lastName = galDataRow.get(GalData.LAST_NAME);
434 if (firstName != null && lastName != null) {
435 displayName = firstName + " " + lastName;
438 } else if (lastName != null) {
439 displayName = lastName;
451 if (firstName != null && lastName != null) {
452 alternateDisplayName = lastName + " " + firstName;
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 837 const char *lastName;
844 lastName = GET_ALIAS_STR(knownAliases[0]);
848 if (ucnv_compareNames(lastName, GET_ALIAS_STR(knownAliases[idx])) == 0) {
858 lastName,
871 lastName,
888 lastName = GET_ALIAS_STR(knownAliases[idx]);
    [all...]
  /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...]
  /external/doclava/src/com/google/doclava/
Doclava.java     [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java 95 String lastName = null;
125 lastName = getValue();
310 ops.addName(entity, prefix, firstName, lastName, middleName, suffix,
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
jsilver-1.0.0.jar 
jython-standalone-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 
  /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.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 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 

Completed in 401 milliseconds

1 2