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

  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
Identifier.java 29 final String mDocumentId;
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);
MtpFileWriter.java 33 final String mDocumentId;
37 mDocumentId = documentId;
49 return mDocumentId;
72 final Identifier identifier = database.createIdentifier(mDocumentId);
92 database.getParentIdentifier(identifier.mDocumentId);
94 identifier.mDocumentId,
96 parentIdentifier.mDocumentId,
DocumentLoader.java 76 if (parent.mDocumentId == null) {
304 mDatabase.queryChildDocuments(columnNames, mIdentifier.mDocumentId);
320 mDatabase.getMapper().startAddingDocuments(mIdentifier.mDocumentId);
379 mIdentifier.mDocumentId,
393 mDatabase.getMapper().stopAddingDocuments(mIdentifier.mDocumentId);
408 mDatabase.getMapper().cancelAddingDocuments(mIdentifier.mDocumentId);
429 MtpDocumentsProvider.AUTHORITY, mIdentifier.mDocumentId);
MtpDocumentsProvider.java 312 notifyChildDocumentsChange(parentIdentifier.mDocumentId);
317 parentIdentifier.mDocumentId);
318 notifyChildDocumentsChange(deviceIdentifier.mDocumentId);
  /frameworks/support/documents-archive/src/android/support/provider/
DocumentArchive.java 82 private final String mDocumentId;
98 mDocumentId = documentId;
248 Preconditions.checkArgumentEquals(mDocumentId, parsedParentId.mArchiveId,
276 Preconditions.checkArgumentEquals(mDocumentId, parsedId.mArchiveId,
298 Preconditions.checkArgumentEquals(mDocumentId, parsedParentId.mArchiveId,
336 Preconditions.checkArgumentEquals(mDocumentId, parsedId.mArchiveId,
366 Preconditions.checkArgumentEquals(mDocumentId, parsedId.mArchiveId,
439 Preconditions.checkArgumentEquals(mDocumentId, parsedId.mArchiveId,
504 final ParsedDocumentId parsedId = new ParsedDocumentId(mDocumentId, entry.getName());
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DocumentLoaderTest.java 72 MtpDocumentsProvider.AUTHORITY, mParentIdentifier.mDocumentId);
160 MtpDocumentsProvider.AUTHORITY, mParentIdentifier.mDocumentId);
MtpDatabaseTest.java     [all...]

Completed in 91 milliseconds