OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contentin
(Results
1 - 1
of
1
) sorted by null
/development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java
208
* @param
contentIn
read end of a pipe.
210
public void writeMetadataAndContent(JSONObject meta, ParcelFileDescriptor
contentIn
)
223
if (
contentIn
!= null) {
226
f, new FileInputStream(
contentIn
.getFileDescriptor()));
232
contentIn
.checkError();
Completed in 307 milliseconds