Merge "Setup backup calling for new UI" into main

This commit is contained in:
Chaohui Wang
2024-05-27 09:03:01 +00:00
committed by Android (Google) Code Review
11 changed files with 203 additions and 111 deletions

View File

@@ -85,7 +85,7 @@ public class AutoDataSwitchPreferenceControllerTest {
return true;
}
};
mController.init(SUB_ID_1);
mController.init(SUB_ID_1, null);
}
@Test