Merge "Change field type for reverse" into rvc-d1-dev

This commit is contained in:
TreeHugger Robot
2020-04-09 16:48:38 +00:00
committed by Android (Google) Code Review

View File

@@ -58,7 +58,7 @@ public class BatteryControllerImpl extends BroadcastReceiver implements BatteryC
private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
private final EnhancedEstimates mEstimates;
private final BroadcastDispatcher mBroadcastDispatcher;
protected final BroadcastDispatcher mBroadcastDispatcher;
protected final ArrayList<BatteryController.BatteryStateChangeCallback>
mChangeCallbacks = new ArrayList<>();
private final ArrayList<EstimateFetchCompletion> mFetchCallbacks = new ArrayList<>();