Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DAdvancedBluetoothDetailsHeaderControllerTest.java468 mController.mIsRightDeviceEstimateReady = true; in estimateReadyIsBothAvailable_showsView()
481 mController.mIsRightDeviceEstimateReady = false; in leftDeviceEstimateIsReadyRightDeviceIsNotReady_notShowView()
494 mController.mIsRightDeviceEstimateReady = true; in leftDeviceEstimateIsNotReadyRightDeviceIsReady_notShowView()
507 mController.mIsRightDeviceEstimateReady = false; in bothDevicesEstimateIsNotReady_notShowView()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DAdvancedBluetoothDetailsHeaderController.java111 boolean mIsRightDeviceEstimateReady; field in AdvancedBluetoothDetailsHeaderController
545 mIsRightDeviceEstimateReady = estimateReady == 1; in showBatteryPredictionIfNecessary()
582 mIsLeftDeviceEstimateReady && mIsRightDeviceEstimateReady; in showBothDevicesBatteryPredictionIfNecessary()