summaryrefslogtreecommitdiffstats
path: root/emailcommon
diff options
context:
space:
mode:
authorRégis Décamps <regisd@google.com>2014-06-18 17:04:37 +0200
committerRégis Décamps <regisd@google.com>2014-07-10 19:54:02 +0200
commitc3404cca71b3451e0bf79afe2abca45522738873 (patch)
tree812693cc538d3d7437902a0459339466ac01bb08 /emailcommon
parentf90dbc83e2853717a3470f8e530a8a7e1c58b2e6 (diff)
downloadandroid_packages_apps_Email-c3404cca71b3451e0bf79afe2abca45522738873.tar.gz
android_packages_apps_Email-c3404cca71b3451e0bf79afe2abca45522738873.tar.bz2
android_packages_apps_Email-c3404cca71b3451e0bf79afe2abca45522738873.zip
Better documentation for "Account display name".
Give examples of what the display name is. Change-Id: I2934dc9e8b95d0b32b9c1e9fab391d7ba9e997da
Diffstat (limited to 'emailcommon')
-rwxr-xr-xemailcommon/src/com/android/emailcommon/provider/Account.java4
1 files changed, 3 insertions, 1 deletions
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;