Merge "Enable some settings pages to use paralleled-loading method" into rvc-dev am: 18490b2dc8 am: 0f9bc18c74

Change-Id: Id95a02eaedc9a7ece88a729fa4998973b806d05c
This commit is contained in:
TreeHugger Robot
2020-05-05 09:48:11 +00:00
committed by Automerger Merge Worker
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));