Home
last modified time | relevance | path

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

/development/samples/Vault/tests/src/com/example/android/vault/
DEncryptedDocumentTest.java76 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testEmptyFile() local
105 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testMetadataAndContents() local
159 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testNormalMetadataOnly() local
196 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testBitTwiddle() local
216 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/testrunner/test_defs/
Dtest_defs.py73 def _ParseDoc(self, doc): argument
83 def _GetRootElement(self, doc): argument
/development/samples/ApiDemos/src/com/example/android/apis/content/
DDocumentsSample.java330 Uri doc = DocumentsContract.buildDocumentUriUsingTree(uri, in onActivityResult() local
/development/vndk/tools/definition-tool/assets/insight/
Dinsight.js209 function init(doc, stringsData, modulesData) { argument