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

Commit 8eb0fbea authored by Neil Fuller's avatar Neil Fuller Committed by Android (Google) Code Review
Browse files

Merge "Non-functional tidy-ups"

parents 66ba9ce8 422354c9
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -39,8 +39,7 @@ import java.util.Objects;
 */
public final class TimeCapabilities implements Parcelable {

    public static final @NonNull Creator<TimeCapabilities> CREATOR =
            new Creator<TimeCapabilities>() {
    public static final @NonNull Creator<TimeCapabilities> CREATOR = new Creator<>() {
        public TimeCapabilities createFromParcel(Parcel in) {
            return TimeCapabilities.createFromParcel(in);
        }
+6 −1
Original line number Diff line number Diff line
@@ -24,7 +24,12 @@ import android.os.SystemClock;
import android.os.TimestampedValue;

/**
 * The interface through which system components can send signals to the TimeDetectorService.
 * The interface through which system components can query and send signals to the
 * TimeDetectorService.
 *
 * <p>SDK APIs are exposed on {@link android.app.time.TimeManager} to obscure the internal split
 * between time and time zone detection services. Migrate APIs there if they need to be part of an
 * SDK API.
 *
 * @hide
 */
+6 −1
Original line number Diff line number Diff line
@@ -22,7 +22,12 @@ import android.annotation.SystemService;
import android.content.Context;

/**
 * The interface through which system components can send signals to the TimeZoneDetectorService.
 * The interface through which system components can query and send signals to the
 * TimeZoneDetectorService.
 *
 * <p>SDK APIs are exposed on {@link android.app.time.TimeManager} to obscure the internal split
 * between time and time zone detection services. Migrate APIs there if they need to be part of an
 * SDK API.
 *
 * @hide
 */