Loading apishim/29/com/android/networkstack/apishim/api29/NetworkShimImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ public class NetworkShimImpl implements NetworkShim { /** * Get the netId of the network. * Throw UnsupportedApiLevelException if API is not available in this API level. * @throws UnsupportedApiLevelException if API is not available in this API level. */ @Override public int getNetId() throws UnsupportedApiLevelException { Loading apishim/common/com/android/networkstack/apishim/NetworkShim.java +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ public interface NetworkShim { /** * @see android.net.Network.netId. * * Throw UnsupportedApiLevelException if API is not available in the API level. * @throws UnsupportedApiLevelException if API is not available in the API level. */ int getNetId() throws UnsupportedApiLevelException; } Loading
apishim/29/com/android/networkstack/apishim/api29/NetworkShimImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ public class NetworkShimImpl implements NetworkShim { /** * Get the netId of the network. * Throw UnsupportedApiLevelException if API is not available in this API level. * @throws UnsupportedApiLevelException if API is not available in this API level. */ @Override public int getNetId() throws UnsupportedApiLevelException { Loading
apishim/common/com/android/networkstack/apishim/NetworkShim.java +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ public interface NetworkShim { /** * @see android.net.Network.netId. * * Throw UnsupportedApiLevelException if API is not available in the API level. * @throws UnsupportedApiLevelException if API is not available in the API level. */ int getNetId() throws UnsupportedApiLevelException; }