Home
last modified time | relevance | path

Searched refs:beforePipe (Results 1 – 1 of 1) sorted by relevance

/development/samples/Vault/tests/src/com/example/android/vault/
DEncryptedDocumentTest.java108 final ParcelFileDescriptor[] beforePipe = ParcelFileDescriptor.createReliablePipe(); in testMetadataAndContents() local
112 final FileOutputStream os = new FileOutputStream(beforePipe[1].getFileDescriptor()); in testMetadataAndContents()
115 beforePipe[1].close(); in testMetadataAndContents()
125 doc.writeMetadataAndContent(before, beforePipe[0]); in testMetadataAndContents()