HomeSort by relevance Sort by last modified time
    Searched refs:mDocumentType (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
Identifier.java 30 final @DocumentType int mDocumentType;
38 mDocumentType = documentType;
76 builder.append("mDocumentType: ");
77 builder.append(mDocumentType);
DocumentLoader.java 258 assert identifier.mDocumentType != MtpDatabaseConstants.DOCUMENT_TYPE_DEVICE;
275 if (mIdentifier.mDocumentType == MtpDatabaseConstants.DOCUMENT_TYPE_STORAGE) {
MtpDocumentsProvider.java 208 if (parentIdentifier.mDocumentType == MtpDatabaseConstants.DOCUMENT_TYPE_DEVICE) {
313 if (parentIdentifier.mDocumentType == MtpDatabaseConstants.DOCUMENT_TYPE_STORAGE) {
Mapper.java 342 parentIdentifier.mDocumentType == DOCUMENT_TYPE_DEVICE;
MtpDatabase.java 259 Preconditions.checkArgument(createIdentifier(documentId).mDocumentType ==
    [all...]

Completed in 217 milliseconds