Searched defs:documents (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMapper.java130 * @param documents List of document information.
131 * @param documentSizes 64-bit size of documents. MtpObjectInfo#getComporessedSize will be
138 MtpObjectInfo[] documents,
141 assert documents.length == documentSizes.length;
142 final ContentValues[] valuesList = new ContentValues[documents.length];
143 for (int i = 0; i < documents.length; i++) {
150 documents[i],
182 * Starts adding new documents.
183 * It changes the direct child documents of the given document from VALID to INVALIDATED.
184 * Note that it keeps DISCONNECTED documents a
135 putChildDocuments( int deviceId, String parentId, int[] operationsSupported, MtpObjectInfo[] documents, long[] documentSizes) argument
[all...]

Completed in 69 milliseconds