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 …]
82 private final WakeLockInterface mWakeLockInterface; field in DisplayInterface.DefaultImpl123 mWakeLockInterface = wakeLockInterface; in DefaultImpl()204 mWakeLockInterface.switchToFullWakeLock(); in setDisplayState()208 mWakeLockInterface.switchToPartialWakeLock(); in setDisplayState()
59 private final MockWakeLockInterface mWakeLockInterface = new MockWakeLockInterface(); field in CarPowerManagementServiceTest77 .withWakeLockInterface(mWakeLockInterface) in setUp()