Home
last modified time | relevance | path

Searched refs:withWakeLockInterface (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java213 builder.withWakeLockInterface(new WakeLockInterface.DefaultImpl(context)); in defaultSystemInterface()
230 .withWakeLockInterface(otherBuilder.mWakeLockInterface); in fromBuilder()
265 public Builder withWakeLockInterface(WakeLockInterface wakeLockInterface) { in withWakeLockInterface() method in SystemInterface.Builder
/packages/services/Car/tests/carservice_test/src/com/android/car/
DICarImplTest.java129 .withWakeLockInterface(mMockWakeLockInterface).build(); in setUp()
DMockedCarTestBase.java138 .withWakeLockInterface(new MockWakeLockInterface()); in getSystemInterfaceBuilder()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java129 .withWakeLockInterface(mWakeLockInterface) in setUp()