Searched refs:TEMP_CONTENT_FILE_NAME (Results 1 – 1 of 1) sorted by relevance
941 private static final String TEMP_CONTENT_FILE_NAME = "text0.txt"; field in SmsFacade.MmsBuilder1043 part.setContentLocation(TEMP_CONTENT_FILE_NAME.getBytes()); in addMessageBody()1044 int index = TEMP_CONTENT_FILE_NAME.lastIndexOf("."); in addMessageBody()1045 String contentId = (index == -1) ? TEMP_CONTENT_FILE_NAME in addMessageBody()1046 : TEMP_CONTENT_FILE_NAME.substring(0, index); in addMessageBody()1052 addSmilTextFragment(TEMP_CONTENT_FILE_NAME); in addMessageBody()