Lines Matching refs:string

34  * A map from mime type to user friendly type string.
51 // Mapping from generic media type string to extension media type string
52 mMediaTypeStringMap.put(R.string.video_file_type, R.string.video_extension_file_type);
53 mMediaTypeStringMap.put(R.string.audio_file_type, R.string.audio_extension_file_type);
54 mMediaTypeStringMap.put(R.string.image_file_type, R.string.image_extension_file_type);
57 mFileTypeMap.put(MimeTypes.APK_TYPE, R.string.apk_file_type);
58 mFileTypeMap.put("text/plain", R.string.txt_file_type);
59 mFileTypeMap.put("text/html", R.string.html_file_type);
60 mFileTypeMap.put("application/xhtml+xml", R.string.html_file_type);
61 mFileTypeMap.put("application/pdf", R.string.pdf_file_type);
64 mFileTypeMap.put("application/msword", R.string.word_file_type);
67 R.string.word_file_type);
68 mFileTypeMap.put("application/vnd.ms-powerpoint", R.string.ppt_file_type);
71 R.string.ppt_file_type);
72 mFileTypeMap.put("application/vnd.ms-excel", R.string.excel_file_type);
75 R.string.excel_file_type);
78 mFileTypeMap.put("application/vnd.google-apps.document", R.string.gdoc_file_type);
79 mFileTypeMap.put("application/vnd.google-apps.spreadsheet", R.string.gsheet_file_type);
80 mFileTypeMap.put("application/vnd.google-apps.presentation", R.string.gslides_file_type);
81 mFileTypeMap.put("application/vnd.google-apps.drawing", R.string.gdraw_file_type);
82 mFileTypeMap.put("application/vnd.google-apps.fusiontable", R.string.gtable_file_type);
83 mFileTypeMap.put("application/vnd.google-apps.form", R.string.gform_file_type);
84 mFileTypeMap.put("application/vnd.google-apps.map", R.string.gmap_file_type);
85 mFileTypeMap.put("application/vnd.google-apps.sites", R.string.gsite_file_type);
88 mFileTypeMap.put("vnd.android.document/directory", R.string.directory_type);
99 mSpecialMediaMimeType.put("application/ogg", R.string.audio_file_type);
100 mSpecialMediaMimeType.put("application/x-flac", R.string.audio_file_type);
127 mimeType, R.string.image_extension_file_type, R.string.image_file_type);
130 mimeType, R.string.audio_extension_file_type, R.string.audio_file_type);
133 mimeType, R.string.video_extension_file_type, R.string.video_file_type);
136 mimeType, R.string.generic_extention_file_type, R.string.generic_file_type);
145 final String format = mRes.getString(R.string.archive_file_type);
163 return mRes.getString(R.string.generic_file_type);