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.java45 private final WakeLockInterface mWakeLockInterface; field in SystemInterface
58 mWakeLockInterface = wakeLockInterface; in SystemInterface()
65 public WakeLockInterface getWakeLockInterface() { return mWakeLockInterface; } in getWakeLockInterface()
77 mWakeLockInterface.releaseAllWakeLocks(); in releaseAllWakeLocks()
82 mWakeLockInterface.switchToPartialWakeLock(); in switchToPartialWakeLock()
87 mWakeLockInterface.switchToFullWakeLock(); in switchToFullWakeLock()
191 private WakeLockInterface mWakeLockInterface; field in SystemInterface.Builder
204 builder.mWakeLockInterface)); in defaultSystemInterface()
218 .withWakeLockInterface(otherBuilder.mWakeLockInterface); in fromBuilder()
248 mWakeLockInterface = wakeLockInterface; in withWakeLockInterface()
[all …]
DDisplayInterface.java85 private final WakeLockInterface mWakeLockInterface; field in DisplayInterface.DefaultImpl
127 mWakeLockInterface = wakeLockInterface; in DefaultImpl()
208 mWakeLockInterface.switchToFullWakeLock(); in setDisplayState()
212 mWakeLockInterface.switchToPartialWakeLock(); in setDisplayState()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java100 private final MockWakeLockInterface mWakeLockInterface = new MockWakeLockInterface(); field in CarPowerManagementServiceTest
153 .withWakeLockInterface(mWakeLockInterface) in setUp()