Searched refs:estimateReady (Results 1 – 1 of 1) sorted by relevance
531 final int estimateReady = in showBatteryPredictionIfNecessary() local537 + ", ESTIMATE_READY : " + estimateReady in showBatteryPredictionIfNecessary()541 showBatteryPredictionIfNecessary(estimateReady, batteryEstimate, linearLayout); in showBatteryPredictionIfNecessary()543 mIsLeftDeviceEstimateReady = estimateReady == 1; in showBatteryPredictionIfNecessary()545 mIsRightDeviceEstimateReady = estimateReady == 1; in showBatteryPredictionIfNecessary()555 void showBatteryPredictionIfNecessary(int estimateReady, long batteryEstimate, in showBatteryPredictionIfNecessary() argument559 if (estimateReady == 1) { in showBatteryPredictionIfNecessary()