Fix build

Change-Id: I0accc5b7c753ff85a56f5dfc17f7d9aa8eb7cd9a
Fix: 63525553
Test: RunSettingsRoboTests
This commit is contained in:
Fan Zhang
2017-07-10 10:21:23 -07:00
parent 08da5d84c0
commit b886c1613c

View File

@@ -184,8 +184,6 @@ public class RecentAppsPreferenceControllerTest {
final Configuration configuration = new Configuration(); final Configuration configuration = new Configuration();
configuration.locale = Locale.US; configuration.locale = Locale.US;
when(mMockContext.getResources().getConfiguration()).thenReturn(configuration); when(mMockContext.getResources().getConfiguration()).thenReturn(configuration);
when(mMockContext.getString(eq(R.string.battery_history_minutes_no_seconds), anyInt()))
.thenReturn(mContext.getString(R.string.battery_history_minutes_no_seconds, 45));
mController = new RecentAppsPreferenceController(mMockContext, mAppState, null); mController = new RecentAppsPreferenceController(mMockContext, mAppState, null);
mController.displayPreference(mScreen); mController.displayPreference(mScreen);