Merge "Code clean up"

This commit is contained in:
Jack Yu
2019-12-03 19:10:34 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 15 deletions

View File

@@ -4154,20 +4154,6 @@ public final class Telephony {
*/
public static final String CID = "cid";
/**
* Message code. <em>OBSOLETE: merged into SERIAL_NUMBER.</em>
* <P>Type: INTEGER</P>
* @hide
*/
public static final String V1_MESSAGE_CODE = "message_code";
/**
* Message identifier. <em>OBSOLETE: renamed to SERVICE_CATEGORY.</em>
* <P>Type: INTEGER</P>
* @hide
*/
public static final String V1_MESSAGE_IDENTIFIER = "message_id";
/**
* Service category which represents the general topic of the message.
* <p>

View File

@@ -533,7 +533,8 @@ public final class SmsCbMessage implements Parcelable {
+ ", priority=" + mPriority
+ (mEtwsWarningInfo != null ? (", " + mEtwsWarningInfo.toString()) : "")
+ (mCmasWarningInfo != null ? (", " + mCmasWarningInfo.toString()) : "")
+ ", maximumWaitingTime = " + mMaximumWaitTimeSec
+ ", maximumWaitingTime=" + mMaximumWaitTimeSec
+ ", received time=" + mReceivedTimeMillis
+ ", slotIndex = " + mSlotIndex
+ ", geo=" + (mGeometries != null
? CbGeoUtils.encodeGeometriesToString(mGeometries) : "null")