Adjust to changed internal API

Test: Built
Bug: 144997947
Change-Id: Ib988b85992800223c81e2f729150150ea195a98b
This commit is contained in:
Philip P. Moltmann
2019-11-27 12:42:22 -08:00
parent 5a4e364475
commit cdc8c101eb
3 changed files with 7 additions and 5 deletions

View File

@@ -146,6 +146,6 @@ public class MockLocationAppPreferenceControllerTest {
}
private AppOpsManager.OpEntry createOpEntry(int opMode) {
return new OpEntry(0, opMode, new Pair[0]);
return new OpEntry(0, opMode, Collections.emptyMap());
}
}