Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DBackupManagerConstantsTest.java63 int keyValueBackupRequiredNetworkType = mConstants.getKeyValueBackupRequiredNetworkType(); in testGetConstants_afterConstructorWithStart_returnsDefaultValues()
115 int keyValueBackupRequiredNetworkType = mConstants.getKeyValueBackupRequiredNetworkType(); in testGetConstants_whenSettingIsNull_returnsDefaultValues()
168 int keyValueBackupRequiredNetworkType = mConstants.getKeyValueBackupRequiredNetworkType(); in testGetConstant_whenSettingHasInvalidType_doesNotUpdateParamsOrThrow()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerConstants.java191 public synchronized int getKeyValueBackupRequiredNetworkType() { in getKeyValueBackupRequiredNetworkType() method in BackupManagerConstants
H A DKeyValueBackupJob.java89 networkType = constants.getKeyValueBackupRequiredNetworkType(); in schedule()