Home
last modified time | relevance | path

Searched refs:mWakeLockInterface (Results 1 – 4 of 4) 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()
88 mWakeLockInterface.releaseAllWakeLocks(displayId); in releaseAllWakeLocks()
93 mWakeLockInterface.switchToPartialWakeLock(displayId); in switchToPartialWakeLock()
98 mWakeLockInterface.switchToFullWakeLock(displayId); in switchToFullWakeLock()
251 private WakeLockInterface mWakeLockInterface; field in SystemInterface.Builder
265 builder.mWakeLockInterface)); in defaultSystemInterface()
280 .withWakeLockInterface(otherBuilder.mWakeLockInterface); in fromBuilder()
316 mWakeLockInterface = wakeLockInterface; in withWakeLockInterface()
[all …]
DDisplayInterface.java153 private final WakeLockInterface mWakeLockInterface; field in DisplayInterface.DefaultImpl
204 mWakeLockInterface = wakeLockInterface; in DefaultImpl()
400 mWakeLockInterface.switchToFullWakeLock(displayId); in setDisplayState()
403 mWakeLockInterface.switchToPartialWakeLock(displayId); in setDisplayState()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/systeminterface/
DDisplayInterfaceTest.java55 private WakeLockInterface mWakeLockInterface; field in DisplayInterfaceTest
148 mDisplayInterface = new DisplayInterface.DefaultImpl(mContext, mWakeLockInterface) { in createDisplayInterface()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java221 private final MockWakeLockInterface mWakeLockInterface = new MockWakeLockInterface(); field in CarPowerManagementServiceUnitTest
281 .withWakeLockInterface(mWakeLockInterface) in setUp()