HomeSort by relevance Sort by last modified time
    Searched defs:companyName (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp 235 void WebAutofill::setProfile(const string16& fullName, const string16& emailAddress, const string16& companyName,
246 mAutofillProfile->SetInfo(AutofillFieldType(COMPANY_NAME), companyName);
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 314 string16 companyName = getStringFieldAsString16(env, autoFillProfile, gFieldIds->mAutoFillProfileCompanyName);
323 webAutofill->setProfile(fullName, emailAddress, companyName, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 435 String companyName = null;
471 companyName = getValue();
657 } else if (companyName != null) {
658 name = companyName;
690 if (companyName != null) {
691 ops.addOrganization(entity, Organization.TYPE_WORK, companyName, title, department,
    [all...]

Completed in 59 milliseconds