Home
last modified time | relevance | path

Searched refs:getBackupSchemeForTest (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/backup/
DFullBackupTest.java63 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_onlyInclude()
82 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_onlyExclude()
99 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_includeAndExclude()
128 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_lotsOfIncludesAndExcludes()
221 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testParseBackupSchemeFromXml_invalidXmlFails()
232 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testParseBackupSchemeFromXml_invalidXmlFails()
243 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testParseBackupSchemeFromXml_invalidXmlFails()
256 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testInvalidPath_doesNotBackup()
270 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testDoubleDotInPath_isIgnored()
285 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testDoubleSlashInPath_isIgnored()
/frameworks/base/core/java/android/app/backup/
DFullBackup.java101 public static BackupScheme getBackupSchemeForTest(Context context) { in getBackupSchemeForTest() method in FullBackup