Home
last modified time | relevance | path

Searched refs:WakeLockInterface (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/systeminterface/
H A DSystemInterface.java42 WakeLockInterface {
49 private final WakeLockInterface mWakeLockInterface;
57 WakeLockInterface wakeLockInterface) { in SystemInterface()
74 public WakeLockInterface getWakeLockInterface() { return mWakeLockInterface; } in getWakeLockInterface()
206 private WakeLockInterface mWakeLockInterface;
218 builder.withWakeLockInterface(new WakeLockInterface.DefaultImpl(context)); in defaultSystemInterface()
270 public Builder withWakeLockInterface(WakeLockInterface wakeLockInterface) { in withWakeLockInterface()
H A DWakeLockInterface.java27 public interface WakeLockInterface { interface
32 class DefaultImpl implements WakeLockInterface {
H A DDisplayInterface.java103 private final WakeLockInterface mWakeLockInterface;
145 DefaultImpl(Context context, WakeLockInterface wakeLockInterface) { in DefaultImpl()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DICarImplTest.java50 import com.android.car.systeminterface.WakeLockInterface;
87 @Mock private WakeLockInterface mMockWakeLockInterface;
H A DMockedCarTestBase.java61 import com.android.car.systeminterface.WakeLockInterface;
542 static final class MockWakeLockInterface implements WakeLockInterface {
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
H A DCarPowerManagementServiceUnitTest.java69 import com.android.car.systeminterface.WakeLockInterface;
807 private static final class MockWakeLockInterface implements WakeLockInterface {