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.java314 Temperature newSkin = new Temperature(50, Temperature.TYPE_SKIN, "skin1", status); in testNotify() local
315 mFakeHal.mCallback.onValues(newSkin); in testNotify()
317 .times(1)).notifyThrottling(newSkin); in testNotify()
321 .times(1)).notifyThrottling(newSkin); in testNotify()
339 newSkin = new Temperature(50, Temperature.TYPE_SKIN, "skin1", status); in testNotify()
340 mFakeHal.mCallback.onValues(newSkin); in testNotify()
342 .times(1)).notifyThrottling(newSkin); in testNotify()
346 .times(1)).notifyThrottling(newSkin); in testNotify()
364 Temperature newSkin = new Temperature(100, Temperature.TYPE_SKIN, "skin1", status); in testGetCurrentStatus() local
365 mFakeHal.mCallback.onValues(newSkin); in testGetCurrentStatus()
[all …]