Home
last modified time | relevance | path

Searched refs:estimateReady (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DAdvancedBluetoothDetailsHeaderController.java531 final int estimateReady = in showBatteryPredictionIfNecessary() local
537 + ", 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() argument
559 if (estimateReady == 1) { in showBatteryPredictionIfNecessary()