Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java202 builder.withWakeLockInterface(new WakeLockInterface.DefaultImpl(context)); in defaultSystemInterface()
218 .withWakeLockInterface(otherBuilder.mWakeLockInterface); in fromBuilder()
247 public Builder withWakeLockInterface(WakeLockInterface wakeLockInterface) { in withWakeLockInterface() method in SystemInterface.Builder
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java77 .withWakeLockInterface(mWakeLockInterface) in setUp()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DMockedCarTestBase.java117 .withWakeLockInterface(new MockWakeLockInterface()); in getSystemInterfaceBuilder()