Searched refs:RESULT_ERROR_GENERIC_FAILURE (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A DSmsManager.java62 * <code>RESULT_ERROR_GENERIC_FAILURE</code>
112 * <code>RESULT_ERROR_GENERIC_FAILURE</code>
147 * <code>RESULT_ERROR_GENERIC_FAILURE</code>
247 @Deprecated static public final int RESULT_ERROR_GENERIC_FAILURE = 1; field in class:SmsManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUiccSmsController.java106 // TODO: Use a more specific error code to replace RESULT_ERROR_GENERIC_FAILURE.
107 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE);
141 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE);
178 sendErrorInPendingIntents(sentIntents, SmsManager.RESULT_ERROR_GENERIC_FAILURE);
376 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE);
391 sendErrorInPendingIntents(sentIntents, SmsManager.RESULT_ERROR_GENERIC_FAILURE);
H A DImsSMSDispatcher.java19 import static android.telephony.SmsManager.RESULT_ERROR_GENERIC_FAILURE;
286 tracker.onFailed(mContext, RESULT_ERROR_GENERIC_FAILURE, 0/*errorCode*/);
H A DSMSDispatcher.java80 import static android.telephony.SmsManager.RESULT_ERROR_GENERIC_FAILURE;
647 // cause RESULT_ERROR_GENERIC_FAILURE to be returned to app.
680 int error = RESULT_ERROR_GENERIC_FAILURE;
734 * <code>RESULT_ERROR_GENERIC_FAILURE</code><br>
738 * For <code>RESULT_ERROR_GENERIC_FAILURE</code> the sentIntent may include
761 * <code>RESULT_ERROR_GENERIC_FAILURE</code><br>
765 * For <code>RESULT_ERROR_GENERIC_FAILURE</code> the sentIntent may include
817 * <code>RESULT_ERROR_GENERIC_FAILURE</code>
939 * <code>RESULT_ERROR_GENERIC_FAILURE</code>
974 tracker.onFailed(mContext, RESULT_ERROR_GENERIC_FAILURE,
[all...]
H A DIccSmsInterfaceManager.java354 * <code>RESULT_ERROR_GENERIC_FAILURE</code><br>
357 * For <code>RESULT_ERROR_GENERIC_FAILURE</code> the sentIntent may include
421 * <code>RESULT_ERROR_GENERIC_FAILURE</code><br>
424 * For <code>RESULT_ERROR_GENERIC_FAILURE</code> the sentIntent may include
489 * <code>RESULT_ERROR_GENERIC_FAILURE</code>
1089 pi.send(SmsManager.RESULT_ERROR_GENERIC_FAILURE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java132 sentIntent.send(SmsManager.RESULT_ERROR_GENERIC_FAILURE);
165 sentIntent.send(SmsManager.RESULT_ERROR_GENERIC_FAILURE);
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java275 * <code>RESULT_ERROR_GENERIC_FAILURE</code><br>
278 * For <code>RESULT_ERROR_GENERIC_FAILURE</code> the sentIntent may include
437 * <code>RESULT_ERROR_GENERIC_FAILURE</code><br>
440 * For <code>RESULT_ERROR_GENERIC_FAILURE</code> each sentIntent may include
526 * <code>RESULT_ERROR_GENERIC_FAILURE</code><br>
529 * For <code>RESULT_ERROR_GENERIC_FAILURE</code> the sentIntent may include
1095 static public final int RESULT_ERROR_GENERIC_FAILURE = 1; field in class:SmsManager
1411 * <code>RESULT_ERROR_GENERIC_FAILURE</code><br>
1414 * For <code>RESULT_ERROR_GENERIC_FAILURE</code> the sentIntent may include
1457 * <code>RESULT_ERROR_GENERIC_FAILURE</cod
[all...]

Completed in 121 milliseconds