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

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAddress.java 11 private String addressLine1;
43 addressLine1 = line;
48 return addressLine1;
ShadowGeocoder.java 21 private String addressLine1;
47 address.setAddressLine(0, addressLine1);
88 this.addressLine1 = address;
  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp 236 const string16& addressLine1, const string16& addressLine2, const string16& city,
247 mAutofillProfile->SetInfo(AutofillFieldType(ADDRESS_HOME_LINE1), addressLine1);
  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 109 String addressLine1 = c.getString(c.getColumnIndex(
124 fullName, email, company, addressLine1, addressLine2, city,
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 315 string16 addressLine1 = getStringFieldAsString16(env, autoFillProfile, gFieldIds->mAutoFillProfileAddressLine1);
323 webAutofill->setProfile(fullName, emailAddress, companyName, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);

Completed in 823 milliseconds