Adjust to changed internal API
Test: Built Bug: 144997947 Change-Id: Ib988b85992800223c81e2f729150150ea195a98b
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user