Loading telephony/java/android/telephony/SmsManager.java +2 −3 Original line number Diff line number Diff line Loading @@ -1656,8 +1656,7 @@ public final class SmsManager { * operation is performed on the correct subscription. * </p> * * @param messageIndex This is the same index used to access a message * from {@link #getMessagesFromIcc()}. * @param messageIndex the message index of the message in the ICC (1-based index). * @return true for success, false if the operation fails. Failure can be due to IPC failure, * RIL/modem error which results in SMS failed to be deleted on SIM * Loading Loading @@ -1740,7 +1739,7 @@ public final class SmsManager { * operation is performed on the correct subscription. * </p> * * @return <code>List</code> of <code>SmsMessage</code> objects * @return <code>List</code> of <code>SmsMessage</code> objects for valid records only. * * {@hide} */ Loading Loading
telephony/java/android/telephony/SmsManager.java +2 −3 Original line number Diff line number Diff line Loading @@ -1656,8 +1656,7 @@ public final class SmsManager { * operation is performed on the correct subscription. * </p> * * @param messageIndex This is the same index used to access a message * from {@link #getMessagesFromIcc()}. * @param messageIndex the message index of the message in the ICC (1-based index). * @return true for success, false if the operation fails. Failure can be due to IPC failure, * RIL/modem error which results in SMS failed to be deleted on SIM * Loading Loading @@ -1740,7 +1739,7 @@ public final class SmsManager { * operation is performed on the correct subscription. * </p> * * @return <code>List</code> of <code>SmsMessage</code> objects * @return <code>List</code> of <code>SmsMessage</code> objects for valid records only. * * {@hide} */ Loading