Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 3 of 3) 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.java230 final EncryptedDocument doc = getDocument(docId); in includeDocument() local
298 final EncryptedDocument doc = getDocument(docId); in initDocument() local
337 final EncryptedDocument doc = getDocument(docId); in deleteDocumentTree() local
419 final EncryptedDocument doc = getDocument(Long.parseLong(parentDocumentId)); in queryChildDocuments() local
445 final EncryptedDocument doc = getDocument(docId); in openDocument() local
465 private ParcelFileDescriptor startRead(final EncryptedDocument doc) throws IOException { in startRead()
495 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