Merge "Remove dup result code descriptions"
This commit is contained in:
@@ -345,7 +345,6 @@ public final class SmsManager {
|
|||||||
* where this operation may fail.
|
* where this operation may fail.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* @param destinationAddress the address to send the message to
|
* @param destinationAddress the address to send the message to
|
||||||
* @param scAddress is the service center address or null to use
|
* @param scAddress is the service center address or null to use
|
||||||
* the current default SMSC
|
* the current default SMSC
|
||||||
@@ -358,7 +357,6 @@ public final class SmsManager {
|
|||||||
* <code>RESULT_ERROR_RADIO_OFF</code><br>
|
* <code>RESULT_ERROR_RADIO_OFF</code><br>
|
||||||
* <code>RESULT_ERROR_NULL_PDU</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_NO_SERVICE</code><br>
|
|
||||||
* <code>RESULT_ERROR_LIMIT_EXCEEDED</code><br>
|
* <code>RESULT_ERROR_LIMIT_EXCEEDED</code><br>
|
||||||
* <code>RESULT_ERROR_FDN_CHECK_FAILURE</code><br>
|
* <code>RESULT_ERROR_FDN_CHECK_FAILURE</code><br>
|
||||||
* <code>RESULT_ERROR_SHORT_CODE_NOT_ALLOWED</code><br>
|
* <code>RESULT_ERROR_SHORT_CODE_NOT_ALLOWED</code><br>
|
||||||
@@ -473,7 +471,6 @@ public final class SmsManager {
|
|||||||
* <code>RESULT_ERROR_RADIO_OFF</code><br>
|
* <code>RESULT_ERROR_RADIO_OFF</code><br>
|
||||||
* <code>RESULT_ERROR_NULL_PDU</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_NO_SERVICE</code><br>
|
|
||||||
* <code>RESULT_ERROR_LIMIT_EXCEEDED</code><br>
|
* <code>RESULT_ERROR_LIMIT_EXCEEDED</code><br>
|
||||||
* <code>RESULT_ERROR_FDN_CHECK_FAILURE</code><br>
|
* <code>RESULT_ERROR_FDN_CHECK_FAILURE</code><br>
|
||||||
* <code>RESULT_ERROR_SHORT_CODE_NOT_ALLOWED</code><br>
|
* <code>RESULT_ERROR_SHORT_CODE_NOT_ALLOWED</code><br>
|
||||||
@@ -862,22 +859,20 @@ public final class SmsManager {
|
|||||||
* where this operation may fail.
|
* where this operation may fail.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* @param destinationAddress the address to send the message to
|
* @param destinationAddress the address to send the message to
|
||||||
* @param scAddress is the service center address or null to use
|
* @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,
|
* @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
|
* @param sentIntents if not null, an <code>ArrayList</code> of
|
||||||
* <code>PendingIntent</code>s (one for each message part) that is
|
* <code>PendingIntent</code>s (one for each message part) that is
|
||||||
* broadcast when the corresponding message part has been sent.
|
* broadcast when the corresponding message part has been sent.
|
||||||
* The result code will be <code>Activity.RESULT_OK</code> for success,
|
* The result code will be <code>Activity.RESULT_OK</code> for success,
|
||||||
* or one of these errors:<br>
|
* or one of these errors:<br>
|
||||||
* <code>RESULT_ERROR_GENERIC_FAILURE</code><br>
|
* <code>RESULT_ERROR_GENERIC_FAILURE</code><br>
|
||||||
* <code>RESULT_ERROR_RADIO_OFF</code><br>
|
* <code>RESULT_ERROR_RADIO_OFF</code><br>
|
||||||
* <code>RESULT_ERROR_NULL_PDU</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_NO_SERVICE</code><br>
|
|
||||||
* <code>RESULT_ERROR_LIMIT_EXCEEDED</code><br>
|
* <code>RESULT_ERROR_LIMIT_EXCEEDED</code><br>
|
||||||
* <code>RESULT_ERROR_FDN_CHECK_FAILURE</code><br>
|
* <code>RESULT_ERROR_FDN_CHECK_FAILURE</code><br>
|
||||||
* <code>RESULT_ERROR_SHORT_CODE_NOT_ALLOWED</code><br>
|
* <code>RESULT_ERROR_SHORT_CODE_NOT_ALLOWED</code><br>
|
||||||
@@ -933,14 +928,14 @@ public final class SmsManager {
|
|||||||
* For <code>RESULT_ERROR_GENERIC_FAILURE</code> or any of the RESULT_RIL errors,
|
* 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
|
* the sentIntent may include the extra "errorCode" containing a radio technology specific
|
||||||
* value, generally only useful for troubleshooting.<br>
|
* value, generally only useful for troubleshooting.<br>
|
||||||
* The per-application based SMS control checks sentIntent. If sentIntent
|
* The per-application based SMS control checks sentIntent. If sentIntent
|
||||||
* is NULL the caller will be checked against all unknown applications,
|
* is NULL the caller will be checked against all unknown applications,
|
||||||
* which cause smaller number of SMS to be sent in checking period.
|
* which cause smaller number of SMS to be sent in checking period.
|
||||||
* @param deliveryIntents if not null, an <code>ArrayList</code> of
|
* @param deliveryIntents if not null, an <code>ArrayList</code> of
|
||||||
* <code>PendingIntent</code>s (one for each message part) that is
|
* <code>PendingIntent</code>s (one for each message part) that is
|
||||||
* broadcast when the corresponding message part has been delivered
|
* broadcast when the corresponding message part has been delivered
|
||||||
* to the recipient. The raw pdu of the status report is in the
|
* to the recipient. The raw pdu of the status report is in the
|
||||||
* extended data ("pdu").
|
* extended data ("pdu").
|
||||||
*
|
*
|
||||||
* @throws IllegalArgumentException if destinationAddress or data are empty
|
* @throws IllegalArgumentException if destinationAddress or data are empty
|
||||||
*/
|
*/
|
||||||
@@ -1123,22 +1118,21 @@ public final class SmsManager {
|
|||||||
* boolean value {@code true}. See {@link #getDefault()} for more information on the conditions
|
* boolean value {@code true}. See {@link #getDefault()} for more information on the conditions
|
||||||
* where this operation may fail.
|
* where this operation may fail.
|
||||||
* </p>
|
* </p>
|
||||||
|
*
|
||||||
* @param destinationAddress the address to send the message to
|
* @param destinationAddress the address to send the message to
|
||||||
* @param scAddress is the service center address or null to use
|
* @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,
|
* @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
|
* @param sentIntents if not null, an <code>ArrayList</code> of
|
||||||
* <code>PendingIntent</code>s (one for each message part) that is
|
* <code>PendingIntent</code>s (one for each message part) that is
|
||||||
* broadcast when the corresponding message part has been sent.
|
* broadcast when the corresponding message part has been sent.
|
||||||
* The result code will be <code>Activity.RESULT_OK</code> for success,
|
* The result code will be <code>Activity.RESULT_OK</code> for success,
|
||||||
* or one of these errors:<br>
|
* or one of these errors:<br>
|
||||||
* <code>RESULT_ERROR_GENERIC_FAILURE</code><br>
|
* <code>RESULT_ERROR_GENERIC_FAILURE</code><br>
|
||||||
* <code>RESULT_ERROR_RADIO_OFF</code><br>
|
* <code>RESULT_ERROR_RADIO_OFF</code><br>
|
||||||
* <code>RESULT_ERROR_NULL_PDU</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_NO_SERVICE</code><br>
|
|
||||||
* <code>RESULT_ERROR_LIMIT_EXCEEDED</code><br>
|
* <code>RESULT_ERROR_LIMIT_EXCEEDED</code><br>
|
||||||
* <code>RESULT_ERROR_FDN_CHECK_FAILURE</code><br>
|
* <code>RESULT_ERROR_FDN_CHECK_FAILURE</code><br>
|
||||||
* <code>RESULT_ERROR_SHORT_CODE_NOT_ALLOWED</code><br>
|
* <code>RESULT_ERROR_SHORT_CODE_NOT_ALLOWED</code><br>
|
||||||
@@ -1194,14 +1188,14 @@ public final class SmsManager {
|
|||||||
* For <code>RESULT_ERROR_GENERIC_FAILURE</code> or any of the RESULT_RIL errors,
|
* 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
|
* the sentIntent may include the extra "errorCode" containing a radio technology specific
|
||||||
* value, generally only useful for troubleshooting.<br>
|
* value, generally only useful for troubleshooting.<br>
|
||||||
* The per-application based SMS control checks sentIntent. If sentIntent
|
* The per-application based SMS control checks sentIntent. If sentIntent
|
||||||
* is NULL the caller will be checked against all unknown applications,
|
* is NULL the caller will be checked against all unknown applications,
|
||||||
* which cause smaller number of SMS to be sent in checking period.
|
* which cause smaller number of SMS to be sent in checking period.
|
||||||
* @param deliveryIntents if not null, an <code>ArrayList</code> of
|
* @param deliveryIntents if not null, an <code>ArrayList</code> of
|
||||||
* <code>PendingIntent</code>s (one for each message part) that is
|
* <code>PendingIntent</code>s (one for each message part) that is
|
||||||
* broadcast when the corresponding message part has been delivered
|
* broadcast when the corresponding message part has been delivered
|
||||||
* to the recipient. The raw pdu of the status report is in the
|
* to the recipient. The raw pdu of the status report is in the
|
||||||
* extended data ("pdu").
|
* extended data ("pdu").
|
||||||
* @param priority Priority level of the message
|
* @param priority Priority level of the message
|
||||||
* Refer specification See 3GPP2 C.S0015-B, v2.0, table 4.5.9-1
|
* Refer specification See 3GPP2 C.S0015-B, v2.0, table 4.5.9-1
|
||||||
* ---------------------------------
|
* ---------------------------------
|
||||||
@@ -1340,7 +1334,6 @@ public final class SmsManager {
|
|||||||
* <code>RESULT_ERROR_RADIO_OFF</code><br>
|
* <code>RESULT_ERROR_RADIO_OFF</code><br>
|
||||||
* <code>RESULT_ERROR_NULL_PDU</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_NO_SERVICE</code><br>
|
|
||||||
* <code>RESULT_ERROR_LIMIT_EXCEEDED</code><br>
|
* <code>RESULT_ERROR_LIMIT_EXCEEDED</code><br>
|
||||||
* <code>RESULT_ERROR_FDN_CHECK_FAILURE</code><br>
|
* <code>RESULT_ERROR_FDN_CHECK_FAILURE</code><br>
|
||||||
* <code>RESULT_ERROR_SHORT_CODE_NOT_ALLOWED</code><br>
|
* <code>RESULT_ERROR_SHORT_CODE_NOT_ALLOWED</code><br>
|
||||||
|
|||||||
Reference in New Issue
Block a user