Home
last modified time | relevance | path

Searched defs:fullName (Results 1 – 4 of 4) sorted by relevance

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DRawContact.java178 public RawContact(String name, String fullName, String firstName, String lastName, in RawContact()
239 public static RawContact create(String fullName, String firstName, String lastName, in create()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactOperations.java132 public ContactOperations addName(String fullName, String firstName, String lastName) { in addName()
285 String fullName) { in updateName()
DContactManager.java465 String fullName = null; in getRawContact() local
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DIntentBuilderView.java98 String fullName = mContext.getPackageName().concat(".").concat(name); in getClass() local