Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryInfoTest.java67 private static final long REMAINING_TIME_NULL = -1; field in BatteryInfoTest
103 doReturn(REMAINING_TIME_NULL).when(mBatteryStats).computeBatteryTimeRemaining(anyLong()); in testGetBatteryInfo_hasStatusLabel()
122 doReturn(REMAINING_TIME_NULL).when(mBatteryStats).computeChargeTimeRemaining(anyLong()); in testGetBatteryInfo_doNotShowChargingMethod_noRemainingTime()