Merge "Enable some settings pages to use paralleled-loading method" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
18490b2dc8
@@ -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