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

  /packages/services/Car/service/src/com/android/car/systeminterface/
SystemInterface.java 192 builder.withWakeLockInterface(new WakeLockInterface.DefaultImpl(context));
208 .withWakeLockInterface(otherBuilder.mWakeLockInterface);
237 public Builder withWakeLockInterface(WakeLockInterface wakeLockInterface) {
  /packages/services/Car/tests/carservice_test/src/com/android/car/
MockedCarTestBase.java 116 .withWakeLockInterface(new MockWakeLockInterface());
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
CarPowerManagementServiceTest.java 65 .withWakeLockInterface(mWakeLockInterface)

Completed in 58 milliseconds