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

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

Snap for 10385829 from fc45cfd9 to udc-qpr1-release

Change-Id: If0b84658cbe7a0e6b5dc336cd6ef663b553297c3
parents ee4e8e5e fc45cfd9
Loading
Loading
Loading
Loading
+11 −7
Original line number Diff line number Diff line
@@ -70,9 +70,9 @@ union Metadata {
    /**
     * Station name.
     *
     * This is a generic field to cover any radio technology.
     * <p>This is a generic field to cover any radio technology.
     *
     * If the PROGRAM_NAME has the same content as DAB_*_NAME or RDS_PS,
     * <p>Note: If the program name has the same content as dab*Name or ({@link Metadata#rdsPs},
     * it may not be present, to preserve space - framework must repopulate
     * it on the client side.
     */
@@ -86,10 +86,10 @@ union Metadata {
    /**
     * DAB ensemble name abbreviated (string).
     *
     * The string must be up to 8 characters long.
     * <p>Note: The string must be up to 8 characters long.
     *
     * If the short variant is present, the long (DAB_ENSEMBLE_NAME) one must be
     * present as well.
     * <p>Note: If the short variant is present, the long ({@link Metadata#dabEnsembleName})
     * one must be present as well.
     */
    String dabEnsembleNameShort;

@@ -99,7 +99,9 @@ union Metadata {
    String dabServiceName;

    /**
     * DAB service name abbreviated (see DAB_ENSEMBLE_NAME_SHORT) (string)
     * DAB service name abbreviated (string)
     *
     * <p>Note: The string must be up to 8 characters long.
     */
    String dabServiceNameShort;

@@ -109,7 +111,9 @@ union Metadata {
    String dabComponentName;

    /**
     * DAB component name abbreviated (see DAB_ENSEMBLE_NAME_SHORT) (string)
     * DAB component name abbreviated (string)
     *
     * <p>Note: The string must be up to 8 characters long.
     */
    String dabComponentNameShort;
}
+0 −2
Original line number Diff line number Diff line
@@ -486,8 +486,6 @@ void GnssHalTest::collectSvInfoListTimestamps(const int numMeasurementEvents,

    auto status = aidl_gnss_hal_->startSvStatus();
    EXPECT_TRUE(status.isOk());
    ASSERT_TRUE(aidl_gnss_cb_->sv_info_list_timestamps_millis_cbq_.size() ==
                aidl_gnss_cb_->sv_info_list_cbq_.size());
    long lastElapsedRealtimeMillis = 0;
    for (int i = 0; i < numMeasurementEvents; i++) {
        long timeStamp;