Merge "Change field type for reverse" into rvc-d1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
89ca25b842
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user