Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/systeminterface/
H A DSystemInterface.java218 builder.withWakeLockInterface(new WakeLockInterface.DefaultImpl(context)); in defaultSystemInterface()
235 .withWakeLockInterface(otherBuilder.mWakeLockInterface); in fromBuilder()
270 public Builder withWakeLockInterface(WakeLockInterface wakeLockInterface) { in withWakeLockInterface() method in SystemInterface.Builder
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DICarImplTest.java129 .withWakeLockInterface(mMockWakeLockInterface).build(); in setUp()
H A DMockedCarTestBase.java152 .withWakeLockInterface(new MockWakeLockInterface()); in getSystemInterfaceBuilder()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
H A DCarPowerManagementServiceUnitTest.java149 .withWakeLockInterface(mWakeLockInterface) in setUp()