Messaging: Rename androidx.appcompat.mms

* Someone apparently decided to "Replace-In-Files" these before, but
  they are not correct according to the folder structure
* Since it is just annoying to read the code in AS when it does not
  match the folder, change the package name back

Change-Id: Iea5c51aeb9e1f5b650a1009348065c7c38cddbeb
This commit is contained in:
Michael W
2024-12-26 14:55:12 +01:00
parent 009df43b06
commit a65de2aee3
53 changed files with 108 additions and 59 deletions
+1 -1
View File
@@ -530,7 +530,7 @@
</intent-filter> </intent-filter>
</activity> </activity>
<service android:name="androidx.appcompat.mms.MmsService"/> <service android:name="android.support.v7.mms.MmsService"/>
</application> </application>
</manifest> </manifest>
+2 -1
View File
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
/** /**
* APN exception * APN exception
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import java.util.List; import java.util.List;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import android.content.ContentValues; import android.content.ContentValues;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import android.os.Bundle; import android.os.Bundle;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException; import org.xmlpull.v1.XmlPullParserException;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import android.content.ContentValues; import android.content.ContentValues;
import android.content.Context; import android.content.Context;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import android.content.Context; import android.content.Context;
import android.content.res.Resources; import android.content.res.Resources;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import android.content.Context; import android.content.Context;
import android.telephony.TelephonyManager; import android.telephony.TelephonyManager;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import android.app.PendingIntent; import android.app.PendingIntent;
import android.content.ContentResolver; import android.content.ContentResolver;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import android.content.Context; import android.content.Context;
import android.os.Bundle; import android.os.Bundle;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
/** /**
* HTTP exception * HTTP exception
+2 -1
View File
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import android.app.PendingIntent; import android.app.PendingIntent;
import android.content.Context; import android.content.Context;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
/** /**
* MMS network exception * MMS network exception
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import android.content.BroadcastReceiver; import android.content.BroadcastReceiver;
import android.content.Context; import android.content.Context;
+6 -5
View File
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import android.app.Activity; import android.app.Activity;
import android.app.PendingIntent; import android.app.PendingIntent;
@@ -25,10 +26,10 @@ import android.net.Uri;
import android.os.Bundle; import android.os.Bundle;
import android.os.Parcel; import android.os.Parcel;
import android.os.Parcelable; import android.os.Parcelable;
import androidx.appcompat.mms.pdu.GenericPdu; import android.support.v7.mms.pdu.GenericPdu;
import androidx.appcompat.mms.pdu.PduHeaders; import android.support.v7.mms.pdu.PduHeaders;
import androidx.appcompat.mms.pdu.PduParser; import android.support.v7.mms.pdu.PduParser;
import androidx.appcompat.mms.pdu.SendConf; import android.support.v7.mms.pdu.SendConf;
import android.telephony.SmsManager; import android.telephony.SmsManager;
import android.text.TextUtils; import android.text.TextUtils;
import android.util.Log; import android.util.Log;
+2 -1
View File
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import android.app.Service; import android.app.Service;
import android.content.Context; import android.content.Context;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import android.util.Log; import android.util.Log;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import android.text.TextUtils; import android.text.TextUtils;
import android.util.Log; import android.util.Log;
+2 -1
View File
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import android.app.PendingIntent; import android.app.PendingIntent;
import android.content.ContentResolver; import android.content.ContentResolver;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
/** /**
* Interface to load UserAgent and UA Prof URL * Interface to load UserAgent and UA Prof URL
+2 -1
View File
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms; package android.support.v7.mms;
import android.content.Context; import android.content.Context;
import android.content.res.Configuration; import android.content.res.Configuration;
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
/** /**
* M-Acknowledge.ind PDU. * M-Acknowledge.ind PDU.
+2 -1
View File
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
public class Base64 { public class Base64 {
/** /**
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
import java.io.UnsupportedEncodingException; import java.io.UnsupportedEncodingException;
import java.util.HashMap; import java.util.HashMap;
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007-2008 Esmertec AG. * Copyright (C) 2007-2008 Esmertec AG.
* Copyright (C) 2007-2008 The Android Open Source Project * Copyright (C) 2007-2008 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
import java.util.ArrayList; import java.util.ArrayList;
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
/** /**
* M-Delivery.Ind Pdu. * M-Delivery.Ind Pdu.
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007-2008 Esmertec AG. * Copyright (C) 2007-2008 Esmertec AG.
* Copyright (C) 2007-2008 The Android Open Source Project * Copyright (C) 2007-2008 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
import android.util.Log; import android.util.Log;
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
public class GenericPdu { public class GenericPdu {
/** /**
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
/** /**
* Thrown when an invalid header value was set. * Thrown when an invalid header value was set.
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
/** /**
* A generic exception that is thrown by the Mms client. * A generic exception that is thrown by the Mms client.
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
/** /**
* Multimedia message PDU. * Multimedia message PDU.
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
/** /**
* M-Notification.ind PDU. * M-Notification.ind PDU.
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
/** /**
* M-NofifyResp.ind PDU. * M-NofifyResp.ind PDU.
+2 -1
View File
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
import java.util.HashMap; import java.util.HashMap;
import java.util.Map; import java.util.Map;
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
public class PduContentTypes { public class PduContentTypes {
/** /**
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.HashMap; import java.util.HashMap;
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007-2008 Esmertec AG. * Copyright (C) 2007-2008 Esmertec AG.
* Copyright (C) 2007-2008 The Android Open Source Project * Copyright (C) 2007-2008 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
import android.util.Log; import android.util.Log;
+2 -1
View File
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007-2008 Esmertec AG. * Copyright (C) 2007-2008 Esmertec AG.
* Copyright (C) 2007-2008 The Android Open Source Project * Copyright (C) 2007-2008 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
import android.net.Uri; import android.net.Uri;
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
import java.io.ByteArrayOutputStream; import java.io.ByteArrayOutputStream;
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
public class ReadOrigInd extends GenericPdu { public class ReadOrigInd extends GenericPdu {
/** /**
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
public class ReadRecInd extends GenericPdu { public class ReadRecInd extends GenericPdu {
/** /**
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
/** /**
* M-Retrive.conf Pdu. * M-Retrive.conf Pdu.
+2 -1
View File
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 Esmertec AG.
* Copyright (C) 2007 The Android Open Source Project * Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
public class SendConf extends GenericPdu { public class SendConf extends GenericPdu {
/** /**
+2 -1
View File
@@ -1,6 +1,7 @@
/* /*
* Copyright (C) 2007-2008 Esmertec AG. * Copyright (C) 2007-2008 Esmertec AG.
* Copyright (C) 2007-2008 The Android Open Source Project * Copyright (C) 2007-2008 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
package androidx.appcompat.mms.pdu; package android.support.v7.mms.pdu;
import android.util.Log; import android.util.Log;
@@ -25,8 +25,8 @@ import android.content.IntentFilter;
import android.content.res.Configuration; import android.content.res.Configuration;
import android.os.Handler; import android.os.Handler;
import android.os.Looper; import android.os.Looper;
import androidx.appcompat.mms.CarrierConfigValuesLoader; import android.support.v7.mms.CarrierConfigValuesLoader;
import androidx.appcompat.mms.MmsManager; import android.support.v7.mms.MmsManager;
import android.telephony.CarrierConfigManager; import android.telephony.CarrierConfigManager;
import com.android.messaging.datamodel.DataModel; import com.android.messaging.datamodel.DataModel;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -25,7 +26,7 @@ import android.os.Parcelable;
import android.telephony.SubscriptionInfo; import android.telephony.SubscriptionInfo;
import android.text.TextUtils; import android.text.TextUtils;
import androidx.appcompat.mms.MmsManager; import android.support.v7.mms.MmsManager;
import androidx.collection.ArrayMap; import androidx.collection.ArrayMap;
import com.android.ex.chips.RecipientEntry; import com.android.ex.chips.RecipientEntry;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -23,8 +24,8 @@ import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteException; import android.database.sqlite.SQLiteException;
import android.net.Uri; import android.net.Uri;
import android.provider.Telephony; import android.provider.Telephony;
import androidx.appcompat.mms.ApnSettingsLoader; import android.support.v7.mms.ApnSettingsLoader;
import androidx.appcompat.mms.MmsManager; import android.support.v7.mms.MmsManager;
import android.text.TextUtils; import android.text.TextUtils;
import android.util.SparseArray; import android.util.SparseArray;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -21,7 +22,7 @@ import android.content.res.Configuration;
import android.content.res.Resources; import android.content.res.Resources;
import android.content.res.XmlResourceParser; import android.content.res.XmlResourceParser;
import android.os.Bundle; import android.os.Bundle;
import androidx.appcompat.mms.CarrierConfigValuesLoader; import android.support.v7.mms.CarrierConfigValuesLoader;
import android.util.SparseArray; import android.util.SparseArray;
import com.android.messaging.R; import com.android.messaging.R;
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -17,7 +18,7 @@
package com.android.messaging.sms; package com.android.messaging.sms;
import android.content.Context; import android.content.Context;
import androidx.appcompat.mms.UserAgentInfoLoader; import android.support.v7.mms.UserAgentInfoLoader;
import android.telephony.TelephonyManager; import android.telephony.TelephonyManager;
import android.text.TextUtils; import android.text.TextUtils;
+2 -1
View File
@@ -1,5 +1,6 @@
/* /*
* Copyright (C) 2015 The Android Open Source Project * Copyright (C) 2015 The Android Open Source Project
* Copyright (C) 2024 The LineageOS Project
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -17,7 +18,7 @@
package com.android.messaging.sms; package com.android.messaging.sms;
import android.os.Bundle; import android.os.Bundle;
import androidx.appcompat.mms.CarrierConfigValuesLoader; import android.support.v7.mms.CarrierConfigValuesLoader;
import android.telephony.SubscriptionInfo; import android.telephony.SubscriptionInfo;
import com.android.messaging.Factory; import com.android.messaging.Factory;
+1 -1
View File
@@ -23,7 +23,7 @@ import android.content.Context;
import android.content.Intent; import android.content.Intent;
import android.net.Uri; import android.net.Uri;
import android.os.Bundle; import android.os.Bundle;
import androidx.appcompat.mms.MmsManager; import android.support.v7.mms.MmsManager;
import android.telephony.SmsManager; import android.telephony.SmsManager;
import com.android.messaging.datamodel.MmsFileProvider; import com.android.messaging.datamodel.MmsFileProvider;
@@ -29,10 +29,10 @@ import android.preference.Preference.OnPreferenceClickListener;
import android.preference.PreferenceCategory; import android.preference.PreferenceCategory;
import android.preference.PreferenceFragment; import android.preference.PreferenceFragment;
import android.preference.PreferenceScreen; import android.preference.PreferenceScreen;
import android.support.v7.mms.MmsManager;
import android.text.TextUtils; import android.text.TextUtils;
import android.view.MenuItem; import android.view.MenuItem;
import androidx.appcompat.mms.MmsManager;
import androidx.core.app.NavUtils; import androidx.core.app.NavUtils;
import com.android.messaging.Factory; import com.android.messaging.Factory;