Searched refs:mDocumentType (Results 1 – 5 of 5) sorted by relevance
30 final @DocumentType int mDocumentType; field in Identifier38 mDocumentType = documentType; in Identifier()77 builder.append(mDocumentType); in toString()
258 assert identifier.mDocumentType != MtpDatabaseConstants.DOCUMENT_TYPE_DEVICE; in LoaderTask()275 if (mIdentifier.mDocumentType == MtpDatabaseConstants.DOCUMENT_TYPE_STORAGE) { in loadObjectHandles()
208 if (parentIdentifier.mDocumentType == MtpDatabaseConstants.DOCUMENT_TYPE_DEVICE) { in queryChildDocuments()313 if (parentIdentifier.mDocumentType == MtpDatabaseConstants.DOCUMENT_TYPE_STORAGE) { in deleteDocument()
342 parentIdentifier.mDocumentType == DOCUMENT_TYPE_DEVICE; in stopAddingDocuments()
259 Preconditions.checkArgument(createIdentifier(documentId).mDocumentType == in getStorageDocumentIds()