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

Commit 070c260a authored by markchien's avatar markchien
Browse files

Change TetheringConstants class to final

Bug: 151322331
Test: m doc-comment-check-docs
Change-Id: Ia02be3d1d91a08ae4a56b25560ed448c96a693db
parent 11fcab68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ package android.net {
    field @NonNull public static final android.os.Parcelable.Creator<android.net.TetheredClient.AddressInfo> CREATOR;
  }

  public class TetheringConstants {
  public final class TetheringConstants {
    field public static final String EXTRA_ADD_TETHER_TYPE = "extraAddTetherType";
    field public static final String EXTRA_PROVISION_CALLBACK = "extraProvisionCallback";
    field public static final String EXTRA_REM_TETHER_TYPE = "extraRemTetherType";
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ import android.os.ResultReceiver;
 * @hide
 */
@SystemApi(client = MODULE_LIBRARIES)
public class TetheringConstants {
public final class TetheringConstants {
    /** An explicit private class to avoid exposing constructor.*/
    private TetheringConstants() { }