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

/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
H A DAutofillPopupTest.java37 private static final String LAST_NAME = "Smith"; field in class:AutofillPopupTest
151 "" /* guid */, ORIGIN, FIRST_NAME + " " + LAST_NAME, COMPANY_NAME,
201 LAST_NAME, DOMUtils.getNodeValue(viewCore, "ln"));
219 final String profileFullName = FIRST_NAME + " " + LAST_NAME;
224 assertLogged(LAST_NAME, profileFullName);
244 final String profileFullName = FIRST_NAME + " " + LAST_NAME;
249 assertLogged(LAST_NAME, profileFullName);
263 final String profileFullName = FIRST_NAME + " " + LAST_NAME;
268 assertLogged(LAST_NAME, profileFullName);
281 final String profileFullName = FIRST_NAME + " " + LAST_NAME;
[all...]

Completed in 111 milliseconds