diff options
author | Joël Stemmer <jstemmer@google.com> | 2020-07-30 15:10:23 +0100 |
---|---|---|
committer | Joël Stemmer <jstemmer@google.com> | 2020-07-30 18:31:33 +0100 |
commit | ac15253ece2afa9279ddf1c17f53edee8f0737d5 (patch) | |
tree | 61cf9a133cb5ab3a0fbb3f106cbe5aaa5b719ae9 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | 84e70df9d49bcb88c4ee3afc40a09f25c7ff193a (diff) |
Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference
PerformAdb{Backup,Restore}Task handles backing up to and restoring from
a file. The backup data is encrypted with a randomly generated
encryption key. The encryption key is encrypted with a key that is
derived from a user supplied passphrase.
The key that was used to encrypt and decrypt the backup data used to be
called the "master key", I've renamed it to "encryption key" which
better describes its purpose.
Bug: 161896447
Test: `atest PerformAdbRestoreTaskTest`, `atest TarBackupReaderTest`
and manually tested using adb with the following commands:
`adb backup -all -apk -shared -f backup.ab` and
`adb restore backup.ab`.
Change-Id: I8e6b22a06b2a583440839994f0626d370bdb2e19
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions