Home
last modified time | relevance | path

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

/aosp12/packages/services/Mtp/src/com/android/mtp/
H A DIdentifier.java30 final @DocumentType int mDocumentType; field in Identifier
38 mDocumentType = documentType; in Identifier()
77 builder.append(mDocumentType); in toString()
H A DMtpDocumentsProvider.java201 if (identifier.mDocumentType != MtpDatabaseConstants.DOCUMENT_TYPE_DEVICE) { in queryDocument()
254 if (parentIdentifier.mDocumentType == MtpDatabaseConstants.DOCUMENT_TYPE_DEVICE) { in queryChildDocuments()
364 if (parentIdentifier.mDocumentType == MtpDatabaseConstants.DOCUMENT_TYPE_STORAGE) { in deleteDocument()
406 switch (parentId.mDocumentType) { in createDocument()
508 switch (i.mDocumentType) { in findDocumentPath()
549 if (identifier.mDocumentType == MtpDatabaseConstants.DOCUMENT_TYPE_DEVICE) { in isChildDocument()
H A DDocumentLoader.java258 assert identifier.mDocumentType != MtpDatabaseConstants.DOCUMENT_TYPE_DEVICE; in LoaderTask()
275 if (mIdentifier.mDocumentType == MtpDatabaseConstants.DOCUMENT_TYPE_STORAGE) { in loadObjectHandles()
H A DMapper.java342 parentIdentifier.mDocumentType == DOCUMENT_TYPE_DEVICE; in stopAddingDocuments()
H A DMtpDatabase.java261 Preconditions.checkArgument(createIdentifier(documentId).mDocumentType == in getStorageDocumentIds()