Home
last modified time | relevance | path

Searched refs:mDocumentType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DIdentifier.java30 final @DocumentType int mDocumentType; field in Identifier
38 mDocumentType = documentType; in Identifier()
77 builder.append(mDocumentType); in toString()
DMtpDocumentsProvider.java197 if (identifier.mDocumentType != MtpDatabaseConstants.DOCUMENT_TYPE_DEVICE) { in queryDocument()
250 if (parentIdentifier.mDocumentType == MtpDatabaseConstants.DOCUMENT_TYPE_DEVICE) { in queryChildDocuments()
360 if (parentIdentifier.mDocumentType == MtpDatabaseConstants.DOCUMENT_TYPE_STORAGE) { in deleteDocument()
402 switch (parentId.mDocumentType) { in createDocument()
504 switch (i.mDocumentType) { in findDocumentPath()
545 if (identifier.mDocumentType == MtpDatabaseConstants.DOCUMENT_TYPE_DEVICE) { in isChildDocument()
DDocumentLoader.java258 assert identifier.mDocumentType != MtpDatabaseConstants.DOCUMENT_TYPE_DEVICE; in LoaderTask()
275 if (mIdentifier.mDocumentType == MtpDatabaseConstants.DOCUMENT_TYPE_STORAGE) { in loadObjectHandles()
DMapper.java342 parentIdentifier.mDocumentType == DOCUMENT_TYPE_DEVICE; in stopAddingDocuments()
DMtpDatabase.java257 Preconditions.checkArgument(createIdentifier(documentId).mDocumentType == in getStorageDocumentIds()