Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/backup/
H A DUserBackupManagerServiceTest.java154 mService.shouldUseNewBackupEligibilityRules = true; in testGetOperationTypeFromTransport_returnsMigrationForMigrationTransport()
174 boolean shouldUseNewBackupEligibilityRules = false; field in UserBackupManagerServiceTest.TestBackupService
194 boolean shouldUseNewBackupEligibilityRules() { in shouldUseNewBackupEligibilityRules() method in UserBackupManagerServiceTest.TestBackupService
195 return shouldUseNewBackupEligibilityRules; in shouldUseNewBackupEligibilityRules()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DUserBackupManagerService.java4373 if (!shouldUseNewBackupEligibilityRules()) { in getOperationTypeFromTransport()
4393 boolean shouldUseNewBackupEligibilityRules() { in shouldUseNewBackupEligibilityRules() method in UserBackupManagerService
/aosp12/frameworks/base/services/
H A Dart-profile13157 HPLcom/android/server/backup/UserBackupManagerService;->shouldUseNewBackupEligibilityRules()Z