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

Commit a65bce58 authored by Sungsoo Lim's avatar Sungsoo Lim
Browse files

Remove hidden API in Session2Token

Test: build
Change-Id: I99479aace7d45486d6c6e1daeb7d7d87937bcbb4
parent 9e6a6185
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;
    }