Loading telecomm/java/android/telecom/PhoneAccount.java +9 −0 Original line number Original line Diff line number Diff line Loading @@ -41,6 +41,15 @@ import java.util.List; */ */ public final class PhoneAccount implements Parcelable { public final class PhoneAccount implements Parcelable { /** * {@link PhoneAccount} extras key (see {@link PhoneAccount#getExtras()}) which determines the * sort order for {@link PhoneAccount}s from the same * {@link android.telecom.ConnectionService}. * @hide */ public static final String EXTRA_SORT_ORDER = "android.telecom.extra.SORT_ORDER"; /** /** * {@link PhoneAccount} extras key (see {@link PhoneAccount#getExtras()}) which determines the * {@link PhoneAccount} extras key (see {@link PhoneAccount#getExtras()}) which determines the * maximum permitted length of a call subject specified via the * maximum permitted length of a call subject specified via the Loading Loading
telecomm/java/android/telecom/PhoneAccount.java +9 −0 Original line number Original line Diff line number Diff line Loading @@ -41,6 +41,15 @@ import java.util.List; */ */ public final class PhoneAccount implements Parcelable { public final class PhoneAccount implements Parcelable { /** * {@link PhoneAccount} extras key (see {@link PhoneAccount#getExtras()}) which determines the * sort order for {@link PhoneAccount}s from the same * {@link android.telecom.ConnectionService}. * @hide */ public static final String EXTRA_SORT_ORDER = "android.telecom.extra.SORT_ORDER"; /** /** * {@link PhoneAccount} extras key (see {@link PhoneAccount#getExtras()}) which determines the * {@link PhoneAccount} extras key (see {@link PhoneAccount#getExtras()}) which determines the * maximum permitted length of a call subject specified via the * maximum permitted length of a call subject specified via the Loading