Searched refs:TEMP_CONTENT_FILE_NAME (Results 1 – 1 of 1) sorted by relevance
863 private static final String TEMP_CONTENT_FILE_NAME = "text0.txt"; field in SmsFacade.MmsBuilder966 int index = TEMP_CONTENT_FILE_NAME.lastIndexOf("."); in addMessageBody()967 String contentId = (index == -1) ? TEMP_CONTENT_FILE_NAME in addMessageBody()968 : TEMP_CONTENT_FILE_NAME.substring(0, index); in addMessageBody()974 addSmilTextFragment(TEMP_CONTENT_FILE_NAME); in addMessageBody()