Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DWakeLockInterface.java57 void switchToFullWakeLock(int displayId); in switchToFullWakeLock() method
106 public void switchToFullWakeLock(int displayId) { in switchToFullWakeLock() method in WakeLockInterface.DefaultImpl
DSystemInterface.java97 public void switchToFullWakeLock(int displayId) { in switchToFullWakeLock() method in SystemInterface
98 mWakeLockInterface.switchToFullWakeLock(displayId); in switchToFullWakeLock()
DDisplayInterface.java400 mWakeLockInterface.switchToFullWakeLock(displayId); in setDisplayState()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DMockedCarTestBase.java852 public void switchToFullWakeLock(int displayId) {} in switchToFullWakeLock() method in MockedCarTestBase.MockWakeLockInterface
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java3460 public void switchToFullWakeLock(int displayId) {} in switchToFullWakeLock() method in CarPowerManagementServiceUnitTest.MockWakeLockInterface