Searched defs:ENCRYPTION_ALGORITHM_NAME (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java574 static final String ENCRYPTION_ALGORITHM_NAME = "AES-256"; field in class:BackupManagerService
3717 headerbuf.append(ENCRYPTION_ALGORITHM_NAME);
6079 if (encryptionName.equals(ENCRYPTION_ALGORITHM_NAME)) {

Completed in 108 milliseconds