Migrate Messaging to androidx.
Test: make messaging Bug: 76692459 Change-Id: I9103450622f129311545648ac75f5b2f9fc2d04a Merged-In: I9103450622f129311545648ac75f5b2f9fc2d04a
This commit is contained in:
committed by
Raman Tenneti
parent
7ea2a930be
commit
1b693ea7df
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
/**
|
||||
* APN exception
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import android.content.ContentValues;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import org.xmlpull.v1.XmlPullParser;
|
||||
import org.xmlpull.v1.XmlPullParserException;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import android.content.ContentValues;
|
||||
import android.content.Context;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.res.Resources;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import android.content.Context;
|
||||
import android.telephony.TelephonyManager;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import android.app.PendingIntent;
|
||||
import android.content.ContentResolver;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import android.content.Context;
|
||||
import android.os.Bundle;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
/**
|
||||
* HTTP exception
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import android.app.PendingIntent;
|
||||
import android.content.Context;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
/**
|
||||
* MMS network exception
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import android.content.BroadcastReceiver;
|
||||
import android.content.Context;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.app.PendingIntent;
|
||||
@@ -25,10 +25,10 @@ import android.net.Uri;
|
||||
import android.os.Bundle;
|
||||
import android.os.Parcel;
|
||||
import android.os.Parcelable;
|
||||
import android.support.v7.mms.pdu.GenericPdu;
|
||||
import android.support.v7.mms.pdu.PduHeaders;
|
||||
import android.support.v7.mms.pdu.PduParser;
|
||||
import android.support.v7.mms.pdu.SendConf;
|
||||
import androidx.appcompat.mms.pdu.GenericPdu;
|
||||
import androidx.appcompat.mms.pdu.PduHeaders;
|
||||
import androidx.appcompat.mms.pdu.PduParser;
|
||||
import androidx.appcompat.mms.pdu.SendConf;
|
||||
import android.telephony.SmsManager;
|
||||
import android.text.TextUtils;
|
||||
import android.util.Log;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import android.app.Service;
|
||||
import android.content.Context;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import android.util.Log;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import android.text.TextUtils;
|
||||
import android.util.Log;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import android.app.PendingIntent;
|
||||
import android.content.ContentResolver;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
/**
|
||||
* Interface to load UserAgent and UA Prof URL
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms;
|
||||
package androidx.appcompat.mms;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.res.Configuration;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
/**
|
||||
* M-Acknowledge.ind PDU.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
public class Base64 {
|
||||
/**
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
import java.io.UnsupportedEncodingException;
|
||||
import java.util.HashMap;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
/**
|
||||
* M-Delivery.Ind Pdu.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
import android.util.Log;
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
public class GenericPdu {
|
||||
/**
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
/**
|
||||
* Thrown when an invalid header value was set.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
/**
|
||||
* A generic exception that is thrown by the Mms client.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
/**
|
||||
* Multimedia message PDU.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
/**
|
||||
* M-Notification.ind PDU.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
/**
|
||||
* M-NofifyResp.ind PDU.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
public class PduContentTypes {
|
||||
/**
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
import android.util.Log;
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
import android.net.Uri;
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
import java.io.ByteArrayOutputStream;
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
public class ReadOrigInd extends GenericPdu {
|
||||
/**
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
public class ReadRecInd extends GenericPdu {
|
||||
/**
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
/**
|
||||
* M-Retrive.conf Pdu.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
public class SendConf extends GenericPdu {
|
||||
/**
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v7.mms.pdu;
|
||||
package androidx.appcompat.mms.pdu;
|
||||
|
||||
import android.util.Log;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user