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

Commit bf8c1106 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11722130 from 79ab27e8 to 24Q3-release

Change-Id: I162c07f7104aacc53530b44f0837b4f03f7d542d
parents cadc9268 79ab27e8
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -76,11 +76,6 @@
        <option name="test-file-name" value="QueriesAll49.apk"/>
    </target_preparer>

    <test class="com.android.tradefed.testtype.AndroidJUnitTest">
        <option name="package" value="com.android.perftests.packagemanager"/>
        <option name="hidden-api-checks" value="false"/>
    </test>

    <metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector">
        <option name="directory-keys" value="/data/local/PackageManagerPerfTests"/>
        <option name="collect-on-run-ended-only" value="true"/>
+1 −3
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ package android {
    field public static final String REQUEST_IGNORE_BATTERY_OPTIMIZATIONS = "android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS";
    field public static final String REQUEST_INSTALL_PACKAGES = "android.permission.REQUEST_INSTALL_PACKAGES";
    field public static final String REQUEST_OBSERVE_COMPANION_DEVICE_PRESENCE = "android.permission.REQUEST_OBSERVE_COMPANION_DEVICE_PRESENCE";
    field @FlaggedApi("android.companion.flags.device_presence") public static final String REQUEST_OBSERVE_DEVICE_UUID_PRESENCE = "android.permission.REQUEST_OBSERVE_DEVICE_UUID_PRESENCE";
    field @FlaggedApi("android.companion.device_presence") public static final String REQUEST_OBSERVE_DEVICE_UUID_PRESENCE = "android.permission.REQUEST_OBSERVE_DEVICE_UUID_PRESENCE";
    field public static final String REQUEST_PASSWORD_COMPLEXITY = "android.permission.REQUEST_PASSWORD_COMPLEXITY";
    field @Deprecated public static final String RESTART_PACKAGES = "android.permission.RESTART_PACKAGES";
    field public static final String RUN_USER_INITIATED_JOBS = "android.permission.RUN_USER_INITIATED_JOBS";
@@ -39388,10 +39388,8 @@ package android.security {
  }
  public final class FileIntegrityManager {
    method @FlaggedApi("android.security.fsverity_api") @Nullable public byte[] getFsVerityDigest(@NonNull java.io.File) throws java.io.IOException;
    method public boolean isApkVeritySupported();
    method @Deprecated @RequiresPermission(anyOf={android.Manifest.permission.INSTALL_PACKAGES, android.Manifest.permission.REQUEST_INSTALL_PACKAGES}) public boolean isAppSourceCertificateTrusted(@NonNull java.security.cert.X509Certificate) throws java.security.cert.CertificateEncodingException;
    method @FlaggedApi("android.security.fsverity_api") public void setupFsVerity(@NonNull java.io.File) throws java.io.IOException;
  }
  public final class KeyChain {
+7 −0
Original line number Diff line number Diff line
@@ -355,6 +355,7 @@ package android {
    field public static final String SEND_SHOW_SUSPENDED_APP_DETAILS = "android.permission.SEND_SHOW_SUSPENDED_APP_DETAILS";
    field public static final String SEND_SMS_NO_CONFIRMATION = "android.permission.SEND_SMS_NO_CONFIRMATION";
    field public static final String SERIAL_PORT = "android.permission.SERIAL_PORT";
    field @FlaggedApi("android.security.fsverity_api") public static final String SETUP_FSVERITY = "android.permission.SETUP_FSVERITY";
    field public static final String SET_ACTIVITY_WATCHER = "android.permission.SET_ACTIVITY_WATCHER";
    field public static final String SET_CLIP_SOURCE = "android.permission.SET_CLIP_SOURCE";
    field public static final String SET_DEFAULT_ACCOUNT_FOR_CONTACTS = "android.permission.SET_DEFAULT_ACCOUNT_FOR_CONTACTS";
@@ -1144,6 +1145,7 @@ package android.app {
  public static final class StatusBarManager.DisableInfo implements android.os.Parcelable {
    method public boolean areAllComponentsEnabled();
    method public int describeContents();
    method public boolean isBackDisabled();
    method public boolean isNavigateToHomeDisabled();
    method public boolean isNotificationPeekingDisabled();
    method public boolean isRecentsDisabled();
@@ -12106,6 +12108,11 @@ package android.se.omapi {
package android.security {
  public final class FileIntegrityManager {
    method @FlaggedApi("android.security.fsverity_api") @Nullable public byte[] getFsVerityDigest(@NonNull java.io.File) throws java.io.IOException;
    method @FlaggedApi("android.security.fsverity_api") public void setupFsVerity(@NonNull java.io.File) throws java.io.IOException;
  }
  public final class KeyChain {
    method @Nullable @WorkerThread public static String getWifiKeyGrantAsUser(@NonNull android.content.Context, @NonNull android.os.UserHandle, @NonNull String);
    method @WorkerThread public static boolean hasWifiKeyGrantAsUser(@NonNull android.content.Context, @NonNull android.os.UserHandle, @NonNull String);
+21 −20
Original line number Diff line number Diff line
@@ -1448,6 +1448,7 @@ public class StatusBarManager {
         *
         * @hide
         */
        @SystemApi
        public boolean isBackDisabled() {
            return mBack;
        }
@@ -1861,38 +1862,38 @@ public class StatusBarManager {
        };

        @DataClass.Generated(
                time = 1708625947132L,
                time = 1707345957771L,
                codegenVersion = "1.0.23",
                sourceFile = "frameworks/base/core/java/android/app/StatusBarManager.java",
                inputSignatures = "private  boolean mStatusBarExpansion\nprivate  boolean "
                        + "mNavigateHome\nprivate  boolean mNotificationPeeking\nprivate  "
                        + "boolean mRecents\nprivate  boolean mBack\nprivate  boolean mSearch\n"
                        + "private  boolean mSystemIcons\nprivate  boolean mClock\nprivate  "
                inputSignatures = "private  boolean mStatusBarExpansion\nprivate  "
                        + "boolean mNavigateHome\nprivate  boolean mNotificationPeeking\nprivate  "
                        + "boolean mRecents\nprivate  boolean mBack\nprivate  boolean "
                        + "mSearch\nprivate  boolean mSystemIcons\nprivate  boolean mClock\nprivate"
                        + "  boolean mNotificationIcons\nprivate  boolean mRotationSuggestion\n"
                        + "private  boolean mNotificationTicker\npublic "
                        + "@android.annotation.SystemApi boolean isStatusBarExpansionDisabled()\n"
                        + "public  void setStatusBarExpansionDisabled(boolean)\npublic "
                        + "@android.annotation.SystemApi boolean isNavigateToHomeDisabled()\npublic"
                        + "  void setNavigationHomeDisabled(boolean)\npublic "
                        + "@android.annotation.SystemApi boolean isNotificationPeekingDisabled()"
                        + "\npublic  void setNotificationPeekingDisabled(boolean)\npublic "
                        + "@android.annotation.SystemApi boolean isNavigateToHomeDisabled()\n"
                        + "public  void setNavigationHomeDisabled(boolean)\npublic "
                        + "@android.annotation.SystemApi boolean isNotificationPeekingDisabled()\n"
                        + "public  void setNotificationPeekingDisabled(boolean)\npublic "
                        + "@android.annotation.SystemApi boolean isRecentsDisabled()\npublic  "
                        + "void setRecentsDisabled(boolean)\npublic  boolean isBackDisabled()"
                        + "\npublic  void setBackDisabled(boolean)\npublic "
                        + "void setRecentsDisabled(boolean)\npublic @android.annotation.SystemApi "
                        + "boolean isBackDisabled()\npublic  void setBackDisabled(boolean)\npublic "
                        + "@android.annotation.SystemApi boolean isSearchDisabled()\npublic  "
                        + "void setSearchDisabled(boolean)\npublic  boolean "
                        + "areSystemIconsDisabled()\npublic  void setSystemIconsDisabled(boolean)\n"
                        + "public  boolean isClockDisabled()\npublic  "
                        + "void setClockDisabled(boolean)\npublic  boolean "
                        + "areNotificationIconsDisabled()\npublic  void "
                        + "setNotificationIconsDisabled(boolean)\npublic  boolean "
                        + "areSystemIconsDisabled()\npublic  void setSystemIconsDisabled(boolean)"
                        + "\npublic  boolean isClockDisabled()\npublic  "
                        + "void setClockDisabled(boolean)\npublic  "
                        + "boolean areNotificationIconsDisabled()\npublic  "
                        + "void setNotificationIconsDisabled(boolean)\npublic  boolean "
                        + "isNotificationTickerDisabled()\npublic  void "
                        + "setNotificationTickerDisabled(boolean)\npublic "
                        + "@android.annotation.TestApi boolean isRotationSuggestionDisabled()\n"
                        + "public  void setRotationSuggestionDisabled(boolean)\npublic "
                        + "@android.annotation.SystemApi boolean areAllComponentsEnabled()\npublic"
                        + "  void setEnableAll()\npublic  boolean areAllComponentsDisabled()\n"
                        + "public  void setDisableAll()\npublic @android.annotation.NonNull "
                        + "@android.annotation.SystemApi boolean areAllComponentsEnabled()\n"
                        + "public  void setEnableAll()\npublic  boolean areAllComponentsDisabled()"
                        + "\npublic  void setDisableAll()\npublic @android.annotation.NonNull "
                        + "@java.lang.Override java.lang.String toString()\npublic  "
                        + "android.util.Pair<java.lang.Integer,java.lang.Integer> toFlags()\n"
                        + "class DisableInfo extends java.lang.Object implements "
+17 −0
Original line number Diff line number Diff line
@@ -123,6 +123,22 @@ public class VcnManager {
    public static final String VCN_NETWORK_SELECTION_IPSEC_PACKET_LOSS_PERCENT_THRESHOLD_KEY =
            "vcn_network_selection_ipsec_packet_loss_percent_threshold";

    /**
     * Key for detecting unusually large increases in IPsec packet sequence numbers.
     *
     * <p>If the sequence number increases by more than this value within a second, it may indicate
     * an intentional leap on the server's downlink. To avoid false positives, the packet loss
     * detector will suppress loss reporting.
     *
     * <p>By default, there's no maximum limit enforced, prioritizing detection of lossy networks.
     * To reduce false positives, consider setting an appropriate maximum threshold.
     *
     * @hide
     */
    @NonNull
    public static final String VCN_NETWORK_SELECTION_MAX_SEQ_NUM_INCREASE_PER_SECOND_KEY =
            "vcn_network_selection_max_seq_num_increase_per_second";

    /**
     * Key for the list of timeouts in minute to stop penalizing an underlying network candidate
     *
@@ -180,6 +196,7 @@ public class VcnManager {
                VCN_NETWORK_SELECTION_WIFI_EXIT_RSSI_THRESHOLD_KEY,
                VCN_NETWORK_SELECTION_POLL_IPSEC_STATE_INTERVAL_SECONDS_KEY,
                VCN_NETWORK_SELECTION_IPSEC_PACKET_LOSS_PERCENT_THRESHOLD_KEY,
                VCN_NETWORK_SELECTION_MAX_SEQ_NUM_INCREASE_PER_SECOND_KEY,
                VCN_NETWORK_SELECTION_PENALTY_TIMEOUT_MINUTES_LIST_KEY,
                VCN_RESTRICTED_TRANSPORTS_INT_ARRAY_KEY,
                VCN_SAFE_MODE_TIMEOUT_SECONDS_KEY,
Loading