Merge "Change TetheringConstants class to final" am: 2f92c8d46c am: 34c9af30f9

Change-Id: I5c4a3c1b011b6a0eeda8473b9206c4adf307c168
This commit is contained in:
Automerger Merge Worker
2020-03-16 05:47:02 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ package android.net {
field @NonNull public static final android.os.Parcelable.Creator<android.net.TetheredClient.AddressInfo> CREATOR; 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_ADD_TETHER_TYPE = "extraAddTetherType";
field public static final String EXTRA_PROVISION_CALLBACK = "extraProvisionCallback"; field public static final String EXTRA_PROVISION_CALLBACK = "extraProvisionCallback";
field public static final String EXTRA_REM_TETHER_TYPE = "extraRemTetherType"; field public static final String EXTRA_REM_TETHER_TYPE = "extraRemTetherType";

View File

@@ -32,7 +32,7 @@ import android.os.ResultReceiver;
* @hide * @hide
*/ */
@SystemApi(client = MODULE_LIBRARIES) @SystemApi(client = MODULE_LIBRARIES)
public class TetheringConstants { public final class TetheringConstants {
/** An explicit private class to avoid exposing constructor.*/ /** An explicit private class to avoid exposing constructor.*/
private TetheringConstants() { } private TetheringConstants() { }