OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newdocumentid
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/provider/
DocumentsProvider.java
527
final String
newDocumentId
= createDocument(documentId, mimeType, displayName);
528
out.putString(Document.COLUMN_DOCUMENT_ID,
newDocumentId
);
533
mAuthority,
newDocumentId
);
Completed in 3023 milliseconds