Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/src/com/android/server/backup/
DBackupManagerConstantsTest.java69 int keyValueBackupRequiredNetworkType = mConstants.getKeyValueBackupRequiredNetworkType(); in testGetConstants_afterConstructorWithStart_returnsDefaultValues()
121 int keyValueBackupRequiredNetworkType = mConstants.getKeyValueBackupRequiredNetworkType(); in testGetConstants_whenSettingIsNull_returnsDefaultValues()
174 int keyValueBackupRequiredNetworkType = mConstants.getKeyValueBackupRequiredNetworkType(); in testGetConstant_whenSettingHasInvalidType_doesNotUpdateParamsOrThrow()
/frameworks/base/services/backup/java/com/android/server/backup/
DKeyValueBackupJob.java68 networkType = constants.getKeyValueBackupRequiredNetworkType(); in schedule()
DBackupManagerConstants.java183 public synchronized int getKeyValueBackupRequiredNetworkType() { in getKeyValueBackupRequiredNetworkType() method in BackupManagerConstants