Home | History | Annotate | Download | only in mtp

Lines Matching defs:createDocument

185     private MtpObjectInfo createDocument(int objectHandle, String name, int format, int size) {
200 createDocument(100, "note.txt", MtpConstants.FORMAT_TEXT, 1024),
201 createDocument(101, "image.jpg", MtpConstants.FORMAT_EXIF_JPEG, 2 * 1024 * 1024),
202 createDocument(102, "music.mp3", MtpConstants.FORMAT_MP3, 3 * 1024 * 1024)
276 createDocument(100, "note.txt", MtpConstants.FORMAT_TEXT, 1024)
293 createDocument(100, "note.txt", MtpConstants.FORMAT_TEXT, 1024)
309 createDocument(100, "note.txt", MtpConstants.FORMAT_TEXT, 1024)
396 createDocument(100, "note.txt", MtpConstants.FORMAT_TEXT, 1024),
397 createDocument(101, "image.jpg", MtpConstants.FORMAT_EXIF_JPEG, 2 * 1024 * 1024),
398 createDocument(102, "music.mp3", MtpConstants.FORMAT_MP3, 3 * 1024 * 1024)
414 createDocument(200, "note.txt", MtpConstants.FORMAT_TEXT, 1024),
415 createDocument(203, "video.mp4", MtpConstants.FORMAT_MP4_CONTAINER, 1024),
547 createDocument(50, "A", MtpConstants.FORMAT_ASSOCIATION, 0),
548 createDocument(51, "B", MtpConstants.FORMAT_ASSOCIATION, 0),
556 createDocument(100, "note.txt", MtpConstants.FORMAT_TEXT, 1024),
559 createDocument(101, "note.txt", MtpConstants.FORMAT_TEXT, 1024),
570 createDocument(50, "A", MtpConstants.FORMAT_ASSOCIATION, 0),
571 createDocument(51, "B", MtpConstants.FORMAT_ASSOCIATION, 0),
579 createDocument(200, "note.txt", MtpConstants.FORMAT_TEXT, 1024),
582 createDocument(201, "note.txt", MtpConstants.FORMAT_TEXT, 1024),
863 createDocument(200, "note.txt", MtpConstants.FORMAT_TEXT, 1024),
876 createDocument(200, "dir", MtpConstants.FORMAT_ASSOCIATION, 1024),
882 createDocument(200, "note.txt", MtpConstants.FORMAT_TEXT, 1024),
913 createDocument(200, "note.txt", MtpConstants.FORMAT_TEXT, 1024),
933 createDocument(201, "note.txt", MtpConstants.FORMAT_TEXT, 1024),
1049 createDocument(100, "apple.txt", MtpConstants.FORMAT_TEXT, 1024),
1050 createDocument(101, "orange.txt", MtpConstants.FORMAT_TEXT, 1024),
1068 createDocument(100, "apple.txt", MtpConstants.FORMAT_TEXT, 1024),
1069 createDocument(101, "orange.txt", MtpConstants.FORMAT_TEXT, 1024),
1094 createDocument(100, "audio.m4a", MtpConstants.FORMAT_MPEG, 1000),
1095 createDocument(101, "video.m4v", MtpConstants.FORMAT_MPEG, 1000),
1096 createDocument(102, "unknown.mp4", MtpConstants.FORMAT_MPEG, 1000),
1097 createDocument(103, "inconsistent.txt", MtpConstants.FORMAT_MPEG, 1000),
1098 createDocument(104, "noext", MtpConstants.FORMAT_UNDEFINED, 1000),