Searched refs:mWakeLockInterface (Results 1 – 4 of 4) sorted by relevance
49 private final WakeLockInterface mWakeLockInterface; field in SystemInterface64 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.Builder265 builder.mWakeLockInterface)); in defaultSystemInterface()280 .withWakeLockInterface(otherBuilder.mWakeLockInterface); in fromBuilder()316 mWakeLockInterface = wakeLockInterface; in withWakeLockInterface()[all …]
153 private final WakeLockInterface mWakeLockInterface; field in DisplayInterface.DefaultImpl204 mWakeLockInterface = wakeLockInterface; in DefaultImpl()400 mWakeLockInterface.switchToFullWakeLock(displayId); in setDisplayState()403 mWakeLockInterface.switchToPartialWakeLock(displayId); in setDisplayState()
55 private WakeLockInterface mWakeLockInterface; field in DisplayInterfaceTest148 mDisplayInterface = new DisplayInterface.DefaultImpl(mContext, mWakeLockInterface) { in createDisplayInterface()
221 private final MockWakeLockInterface mWakeLockInterface = new MockWakeLockInterface(); field in CarPowerManagementServiceUnitTest281 .withWakeLockInterface(mWakeLockInterface) in setUp()