Merge "Remove dup result code descriptions" am: 19ffdb0894 am: 649dcf3e0b am: 4ed77d37f9
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1163685 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ic06ed2a0e6d594e4231885635ab19e85953d06ac
This commit is contained in:
@@ -384,7 +384,6 @@ public final class SmsManager {
|
||||
* where this operation may fail.
|
||||
* </p>
|
||||
*
|
||||
*
|
||||
* @param destinationAddress the address to send the message to
|
||||
* @param scAddress is the service center address or null to use
|
||||
* the current default SMSC
|
||||
@@ -397,7 +396,6 @@ public final class SmsManager {
|
||||
* <code>RESULT_ERROR_RADIO_OFF</code><br>
|
||||
* <code>RESULT_ERROR_NULL_PDU</code><br>
|
||||
* <code>RESULT_ERROR_NO_SERVICE</code><br>
|
||||
* <code>RESULT_ERROR_NO_SERVICE</code><br>
|
||||
* <code>RESULT_ERROR_LIMIT_EXCEEDED</code><br>
|
||||
* <code>RESULT_ERROR_FDN_CHECK_FAILURE</code><br>
|
||||
* <code>RESULT_ERROR_SHORT_CODE_NOT_ALLOWED</code><br>
|
||||
@@ -514,7 +512,6 @@ public final class SmsManager {
|
||||
* <code>RESULT_ERROR_RADIO_OFF</code><br>
|
||||
* <code>RESULT_ERROR_NULL_PDU</code><br>
|
||||
* <code>RESULT_ERROR_NO_SERVICE</code><br>
|
||||
* <code>RESULT_ERROR_NO_SERVICE</code><br>
|
||||
* <code>RESULT_ERROR_LIMIT_EXCEEDED</code><br>
|
||||
* <code>RESULT_ERROR_FDN_CHECK_FAILURE</code><br>
|
||||
* <code>RESULT_ERROR_SHORT_CODE_NOT_ALLOWED</code><br>
|
||||
@@ -903,22 +900,20 @@ public final class SmsManager {
|
||||
* where this operation may fail.
|
||||
* </p>
|
||||
*
|
||||
*
|
||||
* @param destinationAddress the address to send the message to
|
||||
* @param scAddress is the service center address or null to use
|
||||
* the current default SMSC
|
||||
* the current default SMSC
|
||||
* @param parts an <code>ArrayList</code> of strings that, in order,
|
||||
* comprise the original message
|
||||
* comprise the original message
|
||||
* @param sentIntents if not null, an <code>ArrayList</code> of
|
||||
* <code>PendingIntent</code>s (one for each message part) that is
|
||||
* broadcast when the corresponding message part has been sent.
|
||||
* The result code will be <code>Activity.RESULT_OK</code> for success,
|
||||
* or one of these errors:<br>
|
||||
* <code>PendingIntent</code>s (one for each message part) that is
|
||||
* broadcast when the corresponding message part has been sent.
|
||||
* The result code will be <code>Activity.RESULT_OK</code> for success,
|
||||
* or one of these errors:<br>
|
||||
* <code>RESULT_ERROR_GENERIC_FAILURE</code><br>
|
||||
* <code>RESULT_ERROR_RADIO_OFF</code><br>
|
||||
* <code>RESULT_ERROR_NULL_PDU</code><br>
|
||||
* <code>RESULT_ERROR_NO_SERVICE</code><br>
|
||||
* <code>RESULT_ERROR_NO_SERVICE</code><br>
|
||||
* <code>RESULT_ERROR_LIMIT_EXCEEDED</code><br>
|
||||
* <code>RESULT_ERROR_FDN_CHECK_FAILURE</code><br>
|
||||
* <code>RESULT_ERROR_SHORT_CODE_NOT_ALLOWED</code><br>
|
||||
@@ -974,14 +969,14 @@ public final class SmsManager {
|
||||
* For <code>RESULT_ERROR_GENERIC_FAILURE</code> or any of the RESULT_RIL errors,
|
||||
* the sentIntent may include the extra "errorCode" containing a radio technology specific
|
||||
* value, generally only useful for troubleshooting.<br>
|
||||
* The per-application based SMS control checks sentIntent. If sentIntent
|
||||
* is NULL the caller will be checked against all unknown applications,
|
||||
* which cause smaller number of SMS to be sent in checking period.
|
||||
* The per-application based SMS control checks sentIntent. If sentIntent
|
||||
* is NULL the caller will be checked against all unknown applications,
|
||||
* which cause smaller number of SMS to be sent in checking period.
|
||||
* @param deliveryIntents if not null, an <code>ArrayList</code> of
|
||||
* <code>PendingIntent</code>s (one for each message part) that is
|
||||
* broadcast when the corresponding message part has been delivered
|
||||
* to the recipient. The raw pdu of the status report is in the
|
||||
* extended data ("pdu").
|
||||
* <code>PendingIntent</code>s (one for each message part) that is
|
||||
* broadcast when the corresponding message part has been delivered
|
||||
* to the recipient. The raw pdu of the status report is in the
|
||||
* extended data ("pdu").
|
||||
*
|
||||
* @throws IllegalArgumentException if destinationAddress or data are empty
|
||||
*/
|
||||
@@ -1163,22 +1158,21 @@ public final class SmsManager {
|
||||
* boolean value {@code true}. See {@link #getDefault()} for more information on the conditions
|
||||
* where this operation may fail.
|
||||
* </p>
|
||||
|
||||
*
|
||||
* @param destinationAddress the address to send the message to
|
||||
* @param scAddress is the service center address or null to use
|
||||
* the current default SMSC
|
||||
* the current default SMSC
|
||||
* @param parts an <code>ArrayList</code> of strings that, in order,
|
||||
* comprise the original message
|
||||
* comprise the original message
|
||||
* @param sentIntents if not null, an <code>ArrayList</code> of
|
||||
* <code>PendingIntent</code>s (one for each message part) that is
|
||||
* broadcast when the corresponding message part has been sent.
|
||||
* The result code will be <code>Activity.RESULT_OK</code> for success,
|
||||
* or one of these errors:<br>
|
||||
* <code>PendingIntent</code>s (one for each message part) that is
|
||||
* broadcast when the corresponding message part has been sent.
|
||||
* The result code will be <code>Activity.RESULT_OK</code> for success,
|
||||
* or one of these errors:<br>
|
||||
* <code>RESULT_ERROR_GENERIC_FAILURE</code><br>
|
||||
* <code>RESULT_ERROR_RADIO_OFF</code><br>
|
||||
* <code>RESULT_ERROR_NULL_PDU</code><br>
|
||||
* <code>RESULT_ERROR_NO_SERVICE</code><br>
|
||||
* <code>RESULT_ERROR_NO_SERVICE</code><br>
|
||||
* <code>RESULT_ERROR_LIMIT_EXCEEDED</code><br>
|
||||
* <code>RESULT_ERROR_FDN_CHECK_FAILURE</code><br>
|
||||
* <code>RESULT_ERROR_SHORT_CODE_NOT_ALLOWED</code><br>
|
||||
@@ -1234,14 +1228,14 @@ public final class SmsManager {
|
||||
* For <code>RESULT_ERROR_GENERIC_FAILURE</code> or any of the RESULT_RIL errors,
|
||||
* the sentIntent may include the extra "errorCode" containing a radio technology specific
|
||||
* value, generally only useful for troubleshooting.<br>
|
||||
* The per-application based SMS control checks sentIntent. If sentIntent
|
||||
* is NULL the caller will be checked against all unknown applications,
|
||||
* which cause smaller number of SMS to be sent in checking period.
|
||||
* The per-application based SMS control checks sentIntent. If sentIntent
|
||||
* is NULL the caller will be checked against all unknown applications,
|
||||
* which cause smaller number of SMS to be sent in checking period.
|
||||
* @param deliveryIntents if not null, an <code>ArrayList</code> of
|
||||
* <code>PendingIntent</code>s (one for each message part) that is
|
||||
* broadcast when the corresponding message part has been delivered
|
||||
* to the recipient. The raw pdu of the status report is in the
|
||||
* extended data ("pdu").
|
||||
* <code>PendingIntent</code>s (one for each message part) that is
|
||||
* broadcast when the corresponding message part has been delivered
|
||||
* to the recipient. The raw pdu of the status report is in the
|
||||
* extended data ("pdu").
|
||||
* @param priority Priority level of the message
|
||||
* Refer specification See 3GPP2 C.S0015-B, v2.0, table 4.5.9-1
|
||||
* ---------------------------------
|
||||
@@ -1380,7 +1374,6 @@ public final class SmsManager {
|
||||
* <code>RESULT_ERROR_RADIO_OFF</code><br>
|
||||
* <code>RESULT_ERROR_NULL_PDU</code><br>
|
||||
* <code>RESULT_ERROR_NO_SERVICE</code><br>
|
||||
* <code>RESULT_ERROR_NO_SERVICE</code><br>
|
||||
* <code>RESULT_ERROR_LIMIT_EXCEEDED</code><br>
|
||||
* <code>RESULT_ERROR_FDN_CHECK_FAILURE</code><br>
|
||||
* <code>RESULT_ERROR_SHORT_CODE_NOT_ALLOWED</code><br>
|
||||
|
||||
Reference in New Issue
Block a user