Searched refs:addressLine1 (Results 1 - 5 of 5) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAddress.java11 private String addressLine1; field in class:ShadowAddress
43 addressLine1 = line;
48 return addressLine1;
H A DShadowGeocoder.java21 private String addressLine1; field in class:ShadowGeocoder
47 address.setAddressLine(0, addressLine1);
88 this.addressLine1 = address;
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
H A DWebAutofill.h83 const string16& addressLine1, const string16& addressLine2, const string16& city,
H A DWebAutofill.cpp236 const string16& addressLine1, const string16& addressLine2, const string16& city,
247 mAutofillProfile->SetInfo(AutofillFieldType(ADDRESS_HOME_LINE1), addressLine1); local
235 setProfile(const string16& fullName, const string16& emailAddress, const string16& companyName, const string16& addressLine1, const string16& addressLine2, const string16& city, const string16& state, const string16& zipCode, const string16& country, const string16& phoneNumber) argument
/external/webkit/Source/WebKit/android/jni/
H A DWebSettings.cpp315 string16 addressLine1 = getStringFieldAsString16(env, autoFillProfile, gFieldIds->mAutoFillProfileAddressLine1); local
323 webAutofill->setProfile(fullName, emailAddress, companyName, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);

Completed in 486 milliseconds