Merge "Code clean up"
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user