Searched refs:MockWakeLockInterface (Results 1 – 2 of 2) sorted by relevance
100 private final MockWakeLockInterface mWakeLockInterface = new MockWakeLockInterface();835 private static final class MockWakeLockInterface implements WakeLockInterface { class in CarPowerManagementServiceTest
118 .withWakeLockInterface(new MockWakeLockInterface()); in getSystemInterfaceBuilder()431 static final class MockWakeLockInterface implements WakeLockInterface { class in MockedCarTestBase