Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/backup/
DAppGrammaticalGenderBackupHelper.java19 import static android.app.backup.BackupAgent.FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED;
47 if ((data.getTransportFlags() & FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED) == 0) { in performBackup()
DSystemGrammaticalGenderBackupHelper.java19 import static android.app.backup.BackupAgent.FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED;
47 if ((data.getTransportFlags() & FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED) == 0) { in performBackup()
/frameworks/base/core/tests/coretests/src/android/app/backup/
DFullBackupTest.java101 BackupAgent.FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED, in testparseBackupSchemeFromXml_onlyIncludeRequireEncryptionFlag()
172 BackupAgent.FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED in testparseBackupSchemeFromXml_onlyIncludeRequireEncryptionAndD2DFlags()
447 BackupAgent.FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED); in testParseNewBackupSchemeFromXml_emptyCloudSectionWithEncryptionFlagIsRespected()
/frameworks/base/core/java/android/app/backup/
DFullBackup.java670 mRequiredTransportFlags = BackupAgent.FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED; in parseRequiredTransportFlags()
835 flags |= BackupAgent.FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED; in getRequiredFlagsFromString()
DBackupAgent.java177 public static final int FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED = 1; field in BackupAgent
209 FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED,
/frameworks/base/packages/LocalTransport/src/com/android/localtransport/
DLocalTransport.java185 flags |= BackupAgent.FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED; in getTransportFlags()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/keyvalue/
DKeyValueBackupTaskTest.java1031 int flags = BackupAgent.FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED; in testRunTask_whenTransportProvidesFlags_passesThemToTheAgent()
1057 int flags = BackupAgent.FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED; in testRunTask_whenTransportProvidesFlagsAndMultipleAgents_passesToAll()
1075 int flags = BackupAgent.FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED; in testRunTask_whenTransportChangeFlagsAfterTaskCreation()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt8845 field public static final int FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED = 1; // 0x1