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

Commit de776397 authored by Scott Mertz's avatar Scott Mertz Committed by Roman Birg
Browse files

fix checkapi

Contacts Contract: These 3 fields are now part of the API as of API 21.

PM: @SystemAPI is checked
Telecom: new fields need to be @hide

Change-Id: I7e00115cabefdafb121fe5d19ceaeabdb2e9b7cc
parent 75a7066f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -795,7 +795,6 @@ public abstract class PackageManager {
     * if the system failed to install the theme because aapt could not compile the app
     * @hide
     */
    @SystemApi
    public static final int INSTALL_FAILED_THEME_AAPT_ERROR = -400;

    /**
@@ -806,7 +805,6 @@ public abstract class PackageManager {
     * apps.
     * @hide
     */
    @SystemApi
    public static final int INSTALL_FAILED_THEME_IDMAP_ERROR = -401;

    /**
@@ -817,7 +815,6 @@ public abstract class PackageManager {
     * apps.
     * @hide
     */
    @SystemApi
    public static final int INSTALL_FAILED_THEME_UNKNOWN_ERROR = -402;

    /**
+0 −6
Original line number Diff line number Diff line
@@ -1147,8 +1147,6 @@ public final class ContactsContract {
         * }
         * </pre>
         * </p>
         *
         * @hide
         */
        public static final String EXTRA_ADDRESS_BOOK_INDEX =
                "android.provider.extra.ADDRESS_BOOK_INDEX";
@@ -1157,8 +1155,6 @@ public final class ContactsContract {
         * The array of address book index titles, which are returned in the
         * same order as the data in the cursor.
         * <p>TYPE: String[]</p>
         *
         * @hide
         */
        public static final String EXTRA_ADDRESS_BOOK_INDEX_TITLES =
                "android.provider.extra.ADDRESS_BOOK_INDEX_TITLES";
@@ -1167,8 +1163,6 @@ public final class ContactsContract {
         * The array of group counts for the corresponding group.  Contains the same number
         * of elements as the EXTRA_ADDRESS_BOOK_INDEX_TITLES array.
         * <p>TYPE: int[]</p>
         *
         * @hide
         */
        public static final String EXTRA_ADDRESS_BOOK_INDEX_COUNTS =
                "android.provider.extra.ADDRESS_BOOK_INDEX_COUNTS";
+1 −0
Original line number Diff line number Diff line
@@ -372,6 +372,7 @@ public final class Call {

        /**
         * @return the time the Call object was created
         * {@hide}
         */
        public long getCreateTimeMillis() {
            return mCreateTimeMillis;
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ public final class RemoteConference {
        public void onConnectionCapabilitiesChanged(
                RemoteConference conference,
                int connectionCapabilities) {}
        /** @hide */
        public void onPropertiesChanged(RemoteConference conference, int properties) {}
        public void onConferenceableConnectionsChanged(
                RemoteConference conference,
@@ -185,6 +186,7 @@ public final class RemoteConference {
        return mConnectionCapabilities;
    }

    /** @hide */
    public final int getCallProperties() {
        return mCallProperties;
    }