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

Commit daf5dc91 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove hidden API in Session2Token"

parents eea1710c a65bce58
Loading
Loading
Loading
Loading
+1 −12
Original line number Diff line number Diff line
@@ -198,14 +198,6 @@ public final class Session2Token implements Parcelable {
        return mServiceName;
    }

    /**
     * @hide
     * @return component name of the session. Can be {@code null} for {@link #TYPE_SESSION}.
     */
    public ComponentName getComponentName() {
        return mComponentName;
    }

    /**
     * @return type of the token
     * @see #TYPE_SESSION
@@ -215,10 +207,7 @@ public final class Session2Token implements Parcelable {
        return mType;
    }

    /**
     * @hide
     */
    public Session2Link getSessionLink() {
    Session2Link getSessionLink() {
        return mSessionLink;
    }