Searched refs:newBattery (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/power/ |
D | ThermalManagerServiceTest.java | 288 Temperature newBattery = new Temperature(50, Temperature.TYPE_BATTERY, "batt", status); in testNotify() local 289 mFakeHal.mCallback.onValues(newBattery); in testNotify() 291 .times(1)).notifyThrottling(newBattery); in testNotify() 295 .times(0)).notifyThrottling(newBattery); in testNotify() 313 newBattery = new Temperature(50, Temperature.TYPE_BATTERY, "batt", status); in testNotify() 314 mFakeHal.mCallback.onValues(newBattery); in testNotify() 316 .times(1)).notifyThrottling(newBattery); in testNotify() 320 .times(0)).notifyThrottling(newBattery); in testNotify() 354 Temperature newBattery = new Temperature(60, Temperature.TYPE_BATTERY, "batt", battStatus); in testGetCurrentStatus() local 365 Temperature newBattery = new Temperature(60, Temperature.TYPE_BATTERY, "batt", status); in testThermalShutdown() local [all …]
|