Loading core/java/android/app/time/TimeCapabilities.java +9 −10 Original line number Diff line number Diff line Loading @@ -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); } Loading core/java/android/app/timedetector/TimeDetector.java +6 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading core/java/android/app/timezonedetector/TimeZoneDetector.java +6 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
core/java/android/app/time/TimeCapabilities.java +9 −10 Original line number Diff line number Diff line Loading @@ -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); } Loading
core/java/android/app/timedetector/TimeDetector.java +6 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading
core/java/android/app/timezonedetector/TimeZoneDetector.java +6 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading