Searched refs:getKeyValueBackupIntervalMilliseconds (Results 1 – 4 of 4) sorted by relevance
60 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()
161 public synchronized long getKeyValueBackupIntervalMilliseconds() { in getKeyValueBackupIntervalMilliseconds() method in BackupManagerConstants
87 interval = constants.getKeyValueBackupIntervalMilliseconds(); in schedule()
2222 keyValueBackupInterval = mConstants.getKeyValueBackupIntervalMilliseconds(); in beginFullBackup()