Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 4 of 4) sorted by relevance

/development/samples/Vault/tests/src/com/example/android/vault/
DEncryptedDocumentTest.java77 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testEmptyFile() local
106 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testMetadataAndContents() local
160 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testNormalMetadataOnly() local
197 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testBitTwiddle() local
217 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testErrorAbortsWrite() local
/development/samples/Vault/src/com/example/android/vault/
DVaultProvider.java232 final EncryptedDocument doc = getDocument(docId); in includeDocument() local
334 final EncryptedDocument doc = getDocument(docId); in initDocument() local
358 final EncryptedDocument doc = getDocument(docId); in renameDocument() local
396 final EncryptedDocument doc = getDocument(docId); in deleteDocumentTree() local
478 final EncryptedDocument doc = getDocument(Long.parseLong(parentDocumentId)); in queryChildDocuments() local
504 final EncryptedDocument doc = getDocument(docId); in openDocument() local
524 private ParcelFileDescriptor startRead(final EncryptedDocument doc) throws IOException { in startRead()
554 private ParcelFileDescriptor startWrite(final EncryptedDocument doc) throws IOException { in startWrite()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DDocumentsSample.java330 Uri doc = DocumentsContract.buildDocumentUriUsingTree(uri, in onActivityResult() local
/development/tools/cargo_embargo/src/cargo/
Dmetadata.rs83 pub doc: bool, field