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

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DIdentifier.java29 final String mDocumentId; field in class:Identifier
37 mDocumentId = documentId;
47 mObjectHandle == other.mObjectHandle && mDocumentId.equals(other.mDocumentId);
52 return Objects.hash(mDeviceId, mStorageId, mObjectHandle, mDocumentId);
72 builder.append("mDocumentId: ");
73 builder.append(mDocumentId);
H A DMtpFileWriter.java33 final String mDocumentId; field in class:MtpFileWriter
37 mDocumentId = documentId;
49 return mDocumentId;
72 final Identifier identifier = database.createIdentifier(mDocumentId);
92 database.getParentIdentifier(identifier.mDocumentId);
94 identifier.mDocumentId,
96 parentIdentifier.mDocumentId,
/frameworks/support/documents-archive/src/android/support/provider/
H A DDocumentArchive.java86 private final String mDocumentId; field in class:DocumentArchive
102 mDocumentId = documentId;
252 Preconditions.checkArgumentEquals(mDocumentId, parsedParentId.mArchiveId,
280 Preconditions.checkArgumentEquals(mDocumentId, parsedId.mArchiveId,
302 Preconditions.checkArgumentEquals(mDocumentId, parsedParentId.mArchiveId,
340 Preconditions.checkArgumentEquals(mDocumentId, parsedId.mArchiveId,
370 Preconditions.checkArgumentEquals(mDocumentId, parsedId.mArchiveId,
443 Preconditions.checkArgumentEquals(mDocumentId, parsedId.mArchiveId,
508 final ParsedDocumentId parsedId = new ParsedDocumentId(mDocumentId, entry.getName());

Completed in 80 milliseconds