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

  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 98 String addressLine2 = c.getString(c.getColumnIndex(
111 fullName, email, company, addressLine1, addressLine2, city,
  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.h 83 const string16& addressLine1, const string16& addressLine2, const string16& city,
WebAutofill.cpp 234 const string16& addressLine1, const string16& addressLine2, const string16& city,
246 mAutofillProfile->SetInfo(AutofillFieldType(ADDRESS_HOME_LINE2), addressLine2);
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 302 string16 addressLine2 = getStringFieldAsString16(env, autoFillProfile, gFieldIds->mAutoFillProfileAddressLine2);
309 webAutofill->setProfile(fullName, emailAddress, companyName, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);
  /frameworks/base/core/java/android/webkit/
WebSettings.java 248 String companyName, String addressLine1, String addressLine2,
256 mAddressLine2 = addressLine2;
    [all...]

Completed in 83 milliseconds