Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
DRobolectric.java122 …public static <T extends BackupAgent> BackupAgentController<T> buildBackupAgent(Class<T> backupAge… in buildBackupAgent() method in Robolectric
127 return buildBackupAgent(backupAgentClass).create().get(); in setupBackupAgent()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DBackupAgentControllerTest.java19 …pAgentController<MyBackupAgent> backupAgentController = Robolectric.buildBackupAgent(MyBackupAgent…