Home
last modified time | relevance | path

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

/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
DBrokenKeyDerivationActivity.java232 writeToFile(SECURE_ENCRYPTION_INDICATOR_FILE_NAME, new byte[1]); in storeDataEncryptedWithSecureKey()
247 writeToFile(fileName, bytes); in readFromFileOrCreateRandom()
260 private void writeToFile(String fileName, byte[] bytes) { in writeToFile() method in BrokenKeyDerivationActivity