Fix Settings test that uses OverlayInfo

Now that targetOverlayableName has been added to OverlayInfo, the tests
that construct the info objects must be fixed.

Bug: 128830059
Test: atest SettingsRoboTestStub
Change-Id: I2cee25e417ec643f758ebe40551cc97b1f0828ac
This commit is contained in:
Ryan Mitchell
2019-03-22 08:10:20 -07:00
parent 252ae8bed0
commit 5f6924761e
3 changed files with 13 additions and 11 deletions

View File

@@ -221,6 +221,7 @@ public class OverlayCategoryPreferenceControllerTest {
return new OverlayInfo(pkg /* packageName */,
"android" /* targetPackageName */,
null /* targetOverlayableName */,
TEST_CATEGORY/* category */,
pkg + ".baseCodePath" /* baseCodePath */,
state /* state */,