Searched refs:TEMP_CONTENT_FILE_NAME (Results 1 – 1 of 1) sorted by relevance
945 private static final String TEMP_CONTENT_FILE_NAME = "text0.txt"; field in SmsFacade.MmsBuilder1047 part.setContentLocation(TEMP_CONTENT_FILE_NAME.getBytes()); in addMessageBody()1048 int index = TEMP_CONTENT_FILE_NAME.lastIndexOf("."); in addMessageBody()1049 String contentId = (index == -1) ? TEMP_CONTENT_FILE_NAME in addMessageBody()1050 : TEMP_CONTENT_FILE_NAME.substring(0, index); in addMessageBody()1056 addSmilTextFragment(TEMP_CONTENT_FILE_NAME); in addMessageBody()