diff options
author | Junda Liu <junda@google.com> | 2014-09-05 17:31:08 -0700 |
---|---|---|
committer | Junda Liu <junda@google.com> | 2014-09-09 17:50:09 -0700 |
commit | 13e28bb9386a3eb579c457985f0324238f2bfe38 (patch) | |
tree | e881b0bcc7a2ea3771cc8bd583989ad7fb3ab77c /telecomm | |
parent | d5adbec5271dca42d0f937b1c869601786cc2ad3 (diff) | |
download | frameworks_base-13e28bb9386a3eb579c457985f0324238f2bfe38.zip frameworks_base-13e28bb9386a3eb579c457985f0324238f2bfe38.tar.gz frameworks_base-13e28bb9386a3eb579c457985f0324238f2bfe38.tar.bz2 |
Add ForSubscriber suffix to APIs w/ subId argument.
Bug: b/17255752
Change-Id: I142d8961aa4c1fa074833f70c404c955caea0870
Diffstat (limited to 'telecomm')
-rw-r--r-- | telecomm/java/android/telecomm/PhoneAccount.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/telecomm/java/android/telecomm/PhoneAccount.java b/telecomm/java/android/telecomm/PhoneAccount.java index d3da2ec..f709a86 100644 --- a/telecomm/java/android/telecomm/PhoneAccount.java +++ b/telecomm/java/android/telecomm/PhoneAccount.java @@ -246,7 +246,6 @@ public class PhoneAccount implements Parcelable { * {@link #getAddress()}. For the majority of {@code PhoneAccount}s this should be registered * as {@code null}. It is used by the system for SIM-based {@code PhoneAccount} registration * where {@link android.telephony.TelephonyManager#setLine1NumberForDisplay(String, String)} - * or {@link android.telephony.TelephonyManager#setLine1NumberForDisplay(long, String, String)} * has been used to alter the callback number. * <p> * |