Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/backup/
DBackupAgentTest.java155 BackupAgent agent = new TestRestoreIgnoringFullBackupAgent(); in doRestoreFile_agentOverrideIgnoresFile_consumesAllBytesInBuffer()
202 private static class TestRestoreIgnoringFullBackupAgent extends TestFullBackupAgent { class in BackupAgentTest