Searched refs:buildBackupAgent (Results 1 – 2 of 2) sorted by relevance
122 …public static <T extends BackupAgent> BackupAgentController<T> buildBackupAgent(Class<T> backupAge… in buildBackupAgent() method in Robolectric127 return buildBackupAgent(backupAgentClass).create().get(); in setupBackupAgent()
19 …pAgentController<MyBackupAgent> backupAgentController = Robolectric.buildBackupAgent(MyBackupAgent…