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.java29 void switchToPartialWakeLock(); in switchToPartialWakeLock() method
46 public void switchToPartialWakeLock() { in switchToPartialWakeLock() method in WakeLockInterface.DefaultImpl
DSystemInterface.java81 public void switchToPartialWakeLock() { in switchToPartialWakeLock() method in SystemInterface
82 mWakeLockInterface.switchToPartialWakeLock(); in switchToPartialWakeLock()
DDisplayInterface.java208 mWakeLockInterface.switchToPartialWakeLock(); in setDisplayState()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java359 public void switchToPartialWakeLock() {} in switchToPartialWakeLock() method in CarPowerManagementServiceTest.MockWakeLockInterface
/packages/services/Car/tests/carservice_test/src/com/android/car/
DMockedCarTestBase.java433 public void switchToPartialWakeLock() {} in switchToPartialWakeLock() method in MockedCarTestBase.MockWakeLockInterface
/packages/services/Car/service/src/com/android/car/
DCarPowerManagementService.java476 mSystemInterface.switchToPartialWakeLock(); in doHandleDeepSleep()