Home
last modified time | relevance | path

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

/development/samples/Vault/src/com/example/android/vault/
DEncryptedDocument.java225 final int plainLength = writeSection( in writeMetadataAndContent() local
227 meta.put(Document.COLUMN_SIZE, plainLength); in writeMetadataAndContent()
323 int plainLength = 0; in writeSection() local
328 plainLength += n; in writeSection()
352 return plainLength; in writeSection()