diff options
author | Hall Liu <hallliu@google.com> | 2020-10-23 03:46:22 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-10-23 03:46:22 +0000 |
commit | f2addd13df44bf4b8c90567a5e5b6c5f83906789 (patch) | |
tree | 243a2c33975db38ae21894896412681caf5af07a /telecomm | |
parent | c313e8a85de83e7e1d6e45ea237b423ba00ab0e5 (diff) | |
parent | 0494ed6b1e5fb8b226b91fd9fe050322640f836d (diff) |
Merge changes from topic "mainline-telecom-constants" am: c155bb62a1 am: e5eef00627 am: 0494ed6b1e
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1471168
Change-Id: If029ec79c21683684f6d55232ec843cc7b845ff8
Diffstat (limited to 'telecomm')
-rw-r--r-- | telecomm/java/android/telecom/PhoneAccount.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/telecomm/java/android/telecom/PhoneAccount.java b/telecomm/java/android/telecom/PhoneAccount.java index efdb195343f5..5024ae27ee49 100644 --- a/telecomm/java/android/telecom/PhoneAccount.java +++ b/telecomm/java/android/telecom/PhoneAccount.java @@ -48,12 +48,11 @@ import java.util.Objects; public final class PhoneAccount implements Parcelable { /** - * String extra which determines the order in which {@link PhoneAccount}s are sorted + * Integer extra which determines the order in which {@link PhoneAccount}s are sorted * * This is an extras key set via {@link Builder#setExtras} which determines the order in which * {@link PhoneAccount}s from the same {@link ConnectionService} are sorted. The accounts - * are sorted by this key via standard lexicographical order, (as implemented in - * {@link String#compareTo}), and this ordering is used to + * are sorted in ascending order by this key, and this ordering is used to * determine priority when a call can be placed via multiple accounts. * * When multiple {@link PhoneAccount}s are supplied with the same sort order key, no ordering is |