Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DThermalManagerServiceTest.java302 Temperature newBattery = new Temperature(50, Temperature.TYPE_BATTERY, "batt", status); in testNotify() local
303 mFakeHal.mCallback.onValues(newBattery); in testNotify()
305 .times(1)).notifyThrottling(newBattery); in testNotify()
309 .times(0)).notifyThrottling(newBattery); in testNotify()
327 newBattery = new Temperature(50, Temperature.TYPE_BATTERY, "batt", status); in testNotify()
328 mFakeHal.mCallback.onValues(newBattery); in testNotify()
330 .times(1)).notifyThrottling(newBattery); in testNotify()
334 .times(0)).notifyThrottling(newBattery); in testNotify()
368 Temperature newBattery = new Temperature(60, Temperature.TYPE_BATTERY, "batt", battStatus); in testGetCurrentStatus() local
379 Temperature newBattery = new Temperature(60, Temperature.TYPE_BATTERY, "batt", status); in testThermalShutdown() local
[all …]