Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DAdvancedBluetoothDetailsHeaderControllerTest.java467 mController.mIsLeftDeviceEstimateReady = true; in estimateReadyIsBothAvailable_showsView()
480 mController.mIsLeftDeviceEstimateReady = true; in leftDeviceEstimateIsReadyRightDeviceIsNotReady_notShowView()
493 mController.mIsLeftDeviceEstimateReady = false; in leftDeviceEstimateIsNotReadyRightDeviceIsReady_notShowView()
506 mController.mIsLeftDeviceEstimateReady = false; in bothDevicesEstimateIsNotReady_notShowView()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DAdvancedBluetoothDetailsHeaderController.java109 boolean mIsLeftDeviceEstimateReady; field in AdvancedBluetoothDetailsHeaderController
543 mIsLeftDeviceEstimateReady = estimateReady == 1; in showBatteryPredictionIfNecessary()
582 mIsLeftDeviceEstimateReady && mIsRightDeviceEstimateReady; in showBothDevicesBatteryPredictionIfNecessary()