Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DThermalManagerServiceTest.java300 Temperature newSkin = new Temperature(50, Temperature.TYPE_SKIN, "skin1", status); in testNotify() local
301 mFakeHal.mCallback.onValues(newSkin); in testNotify()
303 .times(1)).notifyThrottling(newSkin); in testNotify()
307 .times(1)).notifyThrottling(newSkin); in testNotify()
325 newSkin = new Temperature(50, Temperature.TYPE_SKIN, "skin1", status); in testNotify()
326 mFakeHal.mCallback.onValues(newSkin); in testNotify()
328 .times(1)).notifyThrottling(newSkin); in testNotify()
332 .times(1)).notifyThrottling(newSkin); in testNotify()
350 Temperature newSkin = new Temperature(100, Temperature.TYPE_SKIN, "skin1", status); in testGetCurrentStatus() local
351 mFakeHal.mCallback.onValues(newSkin); in testGetCurrentStatus()
[all …]