Searched defs:mFullName (Results 1 - 2 of 2) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DTypeInfo.java126 if (mFullName != null) {
127 return mFullName;
149 mFullName = fullNameNoDimension(typeVars) + mDimension;
150 return mFullName;
415 private String mFullName; field in class:TypeInfo
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
H A DPersonalDataManager.java33 private String mFullName; field in class:PersonalDataManager.AutofillProfile
57 mFullName = fullName;
81 return mFullName;
142 mFullName = fullName;

Completed in 104 milliseconds