diff options
author | Tyler Gunn <tgunn@google.com> | 2020-07-30 20:42:55 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-07-30 20:42:55 +0000 |
commit | a005cb30edc693cdd53f5bb52e9349412705153f (patch) | |
tree | 8bbc953c523a4477b32feefc767262a430a019dd /telecomm/java/android/telecom/Connection.java | |
parent | 98973ea7064bf6caa32e515f15dc2ea7eab930b9 (diff) | |
parent | 460360d6b8c03de927e719abadfad2e6ee8e3099 (diff) |
Merge "Update language to comply with Android's inclusive language guidance"
Diffstat (limited to 'telecomm/java/android/telecom/Connection.java')
-rwxr-xr-x | telecomm/java/android/telecom/Connection.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telecomm/java/android/telecom/Connection.java b/telecomm/java/android/telecom/Connection.java index b35452146e72..90beae8326ef 100755 --- a/telecomm/java/android/telecom/Connection.java +++ b/telecomm/java/android/telecom/Connection.java @@ -393,7 +393,7 @@ public abstract class Connection extends Conferenceable { /** * Indicates that this {@code Connection} can be transferred to another * number. - * Connection supports the blind and assured call transfer feature. + * Connection supports the confirmed and unconfirmed call transfer feature. * @hide */ public static final int CAPABILITY_TRANSFER = 0x08000000; |