Merge "Add showSystem to RecentLocationAccess (Settings)" into sc-dev

This commit is contained in:
Yu-Han Yang
2021-03-03 20:45:29 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ public class RecentLocationAccessPreferenceControllerTest {
@Test
@Ignore
public void updateState_whenAppListIsEmpty_shouldDisplayTitleTextAndDetailsText() {
doReturn(new ArrayList<>()).when(mRecentLocationApps).getAppListSorted();
doReturn(new ArrayList<>()).when(mRecentLocationApps).getAppListSorted(false);
mController.displayPreference(mScreen);
mController.updateState(mLayoutPreference);