Merge "Adjust to changed internal API"

This commit is contained in:
Philip P. Moltmann
2019-12-20 03:04:55 +00:00
committed by Android (Google) Code Review
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());
}
}