Merge "Enable some settings pages to use paralleled-loading method" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-05 09:23:13 +00:00
committed by Android (Google) Code Review
9 changed files with 40 additions and 7 deletions

View File

@@ -119,8 +119,8 @@ public class TimeSpentInAppPreferenceControllerTest {
}
@Test
public void getSummary_shouldQueryAppFeatureProvider() {
mController.getSummary();
public void getSummaryTextInBackground_shouldQueryAppFeatureProvider() {
mController.getSummaryTextInBackground();
verify(mFeatureFactory.applicationFeatureProvider).getTimeSpentInApp(
nullable(String.class));