Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DBackupManagerConstantsTest.java60 mConstants.getKeyValueBackupIntervalMilliseconds(); in testGetConstants_afterConstructorWithStart_returnsDefaultValues()
103 mConstants.getKeyValueBackupIntervalMilliseconds(); in testGetConstant_withSettingChangeBeforeStart_updatesValues()
112 mConstants.getKeyValueBackupIntervalMilliseconds(); in testGetConstants_whenSettingIsNull_returnsDefaultValues()
191 mConstants.getKeyValueBackupIntervalMilliseconds(); in testGetConstants_afterSettingChange_updatesValues()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerConstants.java161 public synchronized long getKeyValueBackupIntervalMilliseconds() { in getKeyValueBackupIntervalMilliseconds() method in BackupManagerConstants
H A DKeyValueBackupJob.java87 interval = constants.getKeyValueBackupIntervalMilliseconds(); in schedule()
H A DUserBackupManagerService.java2222 keyValueBackupInterval = mConstants.getKeyValueBackupIntervalMilliseconds(); in beginFullBackup()