Searched refs:MockWakeLockInterface (Results 1 – 2 of 2) sorted by relevance
263 .withWakeLockInterface(new MockWakeLockInterface()); in getSystemInterfaceBuilder()843 static final class MockWakeLockInterface implements WakeLockInterface { class in MockedCarTestBase
221 private final MockWakeLockInterface mWakeLockInterface = new MockWakeLockInterface();3451 private static final class MockWakeLockInterface implements WakeLockInterface { class in CarPowerManagementServiceUnitTest