Home
last modified time | relevance | path

Searched refs:mFullName (Results 1 – 1 of 1) sorted by relevance

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DRawContact.java37 private final String mFullName; field in RawContact
86 return mFullName; in getFullName()
126 if (!TextUtils.isEmpty(mFullName)) { in getBestName()
127 return mFullName; in getBestName()
183 mFullName = fullName; in RawContact()