Messaging: Nullability

Change-Id: I8bcde2a868a9c8989971d056be24ff4986e4f8f3
This commit is contained in:
Michael W
2024-12-26 14:55:12 +01:00
parent e35d385149
commit c1b4aa4dfe
82 changed files with 372 additions and 120 deletions
@@ -20,6 +20,8 @@ package android.support.v7.mms.pdu;
import android.util.Log;
import androidx.annotation.NonNull;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
@@ -187,6 +189,7 @@ public class EncodedStringValue implements Cloneable {
* (non-Javadoc)
* @see java.lang.Object#clone()
*/
@NonNull
@Override
public Object clone() throws CloneNotSupportedException {
int len = mData.length;