HomeSort by relevance Sort by last modified time
    Searched refs:mWakeLockInterface (Results 1 - 3 of 3) sorted by null

  /packages/services/Car/service/src/com/android/car/systeminterface/
SystemInterface.java 45 private final WakeLockInterface mWakeLockInterface;
58 mWakeLockInterface = wakeLockInterface;
65 public WakeLockInterface getWakeLockInterface() { return mWakeLockInterface; }
77 mWakeLockInterface.releaseAllWakeLocks();
82 mWakeLockInterface.switchToPartialWakeLock();
87 mWakeLockInterface.switchToFullWakeLock();
181 private WakeLockInterface mWakeLockInterface;
194 builder.mWakeLockInterface));
208 .withWakeLockInterface(otherBuilder.mWakeLockInterface);
238 mWakeLockInterface = wakeLockInterface
    [all...]
DisplayInterface.java 55 private final WakeLockInterface mWakeLockInterface;
106 mWakeLockInterface = wakeLockInterface;
172 mWakeLockInterface.switchToFullWakeLock();
176 mWakeLockInterface.switchToPartialWakeLock();
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
CarPowerManagementServiceTest.java 48 private final MockWakeLockInterface mWakeLockInterface = new MockWakeLockInterface();
65 .withWakeLockInterface(mWakeLockInterface)

Completed in 591 milliseconds