Merge "Plumb context object to PowerWhitelistBackend." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cf2e1fd593
@@ -115,6 +115,10 @@ public class BatteryOptimizationPreferenceControllerTest {
|
||||
*/
|
||||
public static class TestPowerWhitelistBackend extends PowerWhitelistBackend {
|
||||
|
||||
public TestPowerWhitelistBackend(Context context) {
|
||||
super(context);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void refreshList() {
|
||||
// Do nothing so we could mock it without error
|
||||
|
||||
Reference in New Issue
Block a user