Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DWakeLockInterface.java50 void switchToPartialWakeLock(int displayId); in switchToPartialWakeLock() method
84 public void switchToPartialWakeLock(int displayId) { in switchToPartialWakeLock() method in WakeLockInterface.DefaultImpl
DSystemInterface.java92 public void switchToPartialWakeLock(int displayId) { in switchToPartialWakeLock() method in SystemInterface
93 mWakeLockInterface.switchToPartialWakeLock(displayId); in switchToPartialWakeLock()
DDisplayInterface.java403 mWakeLockInterface.switchToPartialWakeLock(displayId); in setDisplayState()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DMockedCarTestBase.java849 public void switchToPartialWakeLock(int displayId) {} in switchToPartialWakeLock() method in MockedCarTestBase.MockWakeLockInterface
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java1745 forEachDisplay(mContext, mSystemInterface::switchToPartialWakeLock); in doHandleSuspend()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java3457 public void switchToPartialWakeLock(int displayId) {} in switchToPartialWakeLock() method in CarPowerManagementServiceUnitTest.MockWakeLockInterface