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

  /packages/apps/Exchange/src/com/android/exchange/provider/
GalResult.java 56 public static final String LAST_NAME = "lastName";
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
AutofillPopupTest.java 37 private static final String LAST_NAME = "Smith";
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 400 milliseconds