Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 519fb387 authored by Gary Mai's avatar Gary Mai Committed by Android (Google) Code Review
Browse files

Merge "Update FDN and SDN constants"

parents 81b11c39 fc652f24
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33968,8 +33968,8 @@ package android.provider {
    method public void writeToParcel(@NonNull android.os.Parcel, int);
    field public static final int ADN_EF_TYPE = 1; // 0x1
    field @NonNull public static final android.os.Parcelable.Creator<android.provider.ContactsContract.SimAccount> CREATOR;
    field public static final int FDN_EF_TYPE = 3; // 0x3
    field public static final int SDN_EF_TYPE = 2; // 0x2
    field public static final int FDN_EF_TYPE = 2; // 0x2
    field public static final int SDN_EF_TYPE = 3; // 0x3
    field public static final int UNKNOWN_EF_TYPE = 0; // 0x0
  }
+3 −3
Original line number Diff line number Diff line
@@ -8368,10 +8368,10 @@ public final class ContactsContract {
        public static final int UNKNOWN_EF_TYPE = 0;
        /** EF type identifier for the ADN partition. */
        public static final int ADN_EF_TYPE = 1;
        /** EF type identifier for the SDN partition. */
        public static final int SDN_EF_TYPE = 2;
        /** EF type identifier for the FDN partition. */
        public static final int FDN_EF_TYPE = 3;
        public static final int FDN_EF_TYPE = 2;
        /** EF type identifier for the SDN partition. */
        public static final int SDN_EF_TYPE = 3;

        /**
         * The account_name of this SIM account. See {@link RawContacts#ACCOUNT_NAME}.