Commit 0edb7873 by jinpark Committed by bachinger

Make RemotableTimeline public

PiperOrigin-RevId: 377231322
parent 46687fec
...@@ -1400,7 +1400,7 @@ public abstract class Timeline implements Bundleable { ...@@ -1400,7 +1400,7 @@ public abstract class Timeline implements Bundleable {
* A concrete class of {@link Timeline} to restore a {@link Timeline} instance from a {@link * A concrete class of {@link Timeline} to restore a {@link Timeline} instance from a {@link
* Bundle} sent by another process via {@link IBinder}. * Bundle} sent by another process via {@link IBinder}.
*/ */
private static final class RemotableTimeline extends Timeline { public static final class RemotableTimeline extends Timeline {
private final ImmutableList<Window> windows; private final ImmutableList<Window> windows;
private final ImmutableList<Period> periods; private final ImmutableList<Period> periods;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment