Searched refs:handleAddAttachmentError (Results 1 - 1 of 1) sorted by last modified time

/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java2586 handleAddAttachmentError(error, R.string.type_picture);
3069 handleAddAttachmentError(WorkingMessage.UNKNOWN_ERROR, R.string.type_picture);
3093 handleAddAttachmentError(result, R.string.type_picture);
3097 private void handleAddAttachmentError(final int error, final int mediaTypeStringId) { method in class:ComposeMessageActivity
3101 Log.d(TAG, "handleAddAttachmentError: " + error);
3161 handleAddAttachmentError(result, R.string.type_picture);
3176 handleAddAttachmentError(result, R.string.type_video);
3182 handleAddAttachmentError(result, R.string.type_audio);

Completed in 60 milliseconds