From c3404cca71b3451e0bf79afe2abca45522738873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20D=C3=A9camps?= Date: Wed, 18 Jun 2014 17:04:37 +0200 Subject: [PATCH] Better documentation for "Account display name". Give examples of what the display name is. Change-Id: I2934dc9e8b95d0b32b9c1e9fab391d7ba9e997da --- emailcommon/src/com/android/emailcommon/provider/Account.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emailcommon/src/com/android/emailcommon/provider/Account.java b/emailcommon/src/com/android/emailcommon/provider/Account.java index 035b7ac55..513390b69 100755 --- a/emailcommon/src/com/android/emailcommon/provider/Account.java +++ b/emailcommon/src/com/android/emailcommon/provider/Account.java @@ -292,7 +292,9 @@ public final class Account extends EmailContent implements Parcelable { } /** - * @return the user-visible name for the account + * Returns the user-visible name for the account, eg. "My work address" + * or "foo@exemple.com". + * @return the user-visible name for the account. */ public String getDisplayName() { return mDisplayName;