Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java49 private final WakeLockInterface mWakeLockInterface; field in SystemInterface
64 mWakeLockInterface = wakeLockInterface; in SystemInterface()
74 public WakeLockInterface getWakeLockInterface() { return mWakeLockInterface; } in getWakeLockInterface()
91 mWakeLockInterface.releaseAllWakeLocks(); in releaseAllWakeLocks()
96 mWakeLockInterface.switchToPartialWakeLock(); in switchToPartialWakeLock()
101 mWakeLockInterface.switchToFullWakeLock(); in switchToFullWakeLock()
201 private WakeLockInterface mWakeLockInterface; field in SystemInterface.Builder
215 builder.mWakeLockInterface)); in defaultSystemInterface()
230 .withWakeLockInterface(otherBuilder.mWakeLockInterface); in fromBuilder()
266 mWakeLockInterface = wakeLockInterface; in withWakeLockInterface()
[all …]
DDisplayInterface.java78 private final WakeLockInterface mWakeLockInterface; field in DisplayInterface.DefaultImpl
129 mWakeLockInterface = wakeLockInterface; in DefaultImpl()
224 mWakeLockInterface.switchToFullWakeLock(); in setDisplayState()
228 mWakeLockInterface.switchToPartialWakeLock(); in setDisplayState()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java93 private final MockWakeLockInterface mWakeLockInterface = new MockWakeLockInterface(); field in CarPowerManagementServiceTest
129 .withWakeLockInterface(mWakeLockInterface) in setUp()