Searched refs:mWakeLockInterface (Results 1 – 3 of 3) sorted by relevance
45 private final WakeLockInterface mWakeLockInterface; field in SystemInterface58 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.Builder204 builder.mWakeLockInterface)); in defaultSystemInterface()218 .withWakeLockInterface(otherBuilder.mWakeLockInterface); in fromBuilder()248 mWakeLockInterface = wakeLockInterface; in withWakeLockInterface()[all …]
85 private final WakeLockInterface mWakeLockInterface; field in DisplayInterface.DefaultImpl127 mWakeLockInterface = wakeLockInterface; in DefaultImpl()208 mWakeLockInterface.switchToFullWakeLock(); in setDisplayState()212 mWakeLockInterface.switchToPartialWakeLock(); in setDisplayState()
100 private final MockWakeLockInterface mWakeLockInterface = new MockWakeLockInterface(); field in CarPowerManagementServiceTest153 .withWakeLockInterface(mWakeLockInterface) in setUp()