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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user