Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DAdvancedBluetoothDetailsHeaderController.java449 showBatteryPredictionIfNecessary(linearLayout, deviceId, batteryLevel); in updateSubLayoutUi()
505 private void showBatteryPredictionIfNecessary(LinearLayout linearLayout, int batteryId, in showBatteryPredictionIfNecessary() method in AdvancedBluetoothDetailsHeaderController
541 showBatteryPredictionIfNecessary(estimateReady, batteryEstimate, linearLayout); in showBatteryPredictionIfNecessary()
555 void showBatteryPredictionIfNecessary(int estimateReady, long batteryEstimate, in showBatteryPredictionIfNecessary() method in AdvancedBluetoothDetailsHeaderController
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DAdvancedBluetoothDetailsHeaderControllerTest.java524 mController.showBatteryPredictionIfNecessary(1, 12000000, in showBatteryPredictionIfNecessary_estimateReadyIsAvailable_showCorrectValue()
526 mController.showBatteryPredictionIfNecessary(1, 1200000, in showBatteryPredictionIfNecessary_estimateReadyIsAvailable_showCorrectValue()