Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java42 WakeLockInterface {
49 private final WakeLockInterface mWakeLockInterface;
57 WakeLockInterface wakeLockInterface) { in SystemInterface()
74 public WakeLockInterface getWakeLockInterface() { return mWakeLockInterface; } in getWakeLockInterface()
251 private WakeLockInterface mWakeLockInterface;
263 builder.withWakeLockInterface(new WakeLockInterface.DefaultImpl(context)); in defaultSystemInterface()
315 public Builder withWakeLockInterface(WakeLockInterface wakeLockInterface) { in withWakeLockInterface()
DWakeLockInterface.java35 public interface WakeLockInterface { interface
59 class DefaultImpl implements WakeLockInterface {
60 private static final String TAG = WakeLockInterface.class.getSimpleName();
DDisplayInterface.java153 private final WakeLockInterface mWakeLockInterface;
199 DefaultImpl(Context context, WakeLockInterface wakeLockInterface) { in DefaultImpl()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DICarImplTest.java61 import com.android.car.systeminterface.WakeLockInterface;
101 @Mock private WakeLockInterface mMockWakeLockInterface;
DMockedCarTestBase.java75 import com.android.car.systeminterface.WakeLockInterface;
843 static final class MockWakeLockInterface implements WakeLockInterface {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/systeminterface/
DDisplayInterfaceTest.java55 private WakeLockInterface mWakeLockInterface;
/packages/services/Car/service/
DOWNERS39 per-file src/com/android/car/systeminterface/WakeLockInterface.java = ericjeong@google.com
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java111 import com.android.car.systeminterface.WakeLockInterface;
3451 private static final class MockWakeLockInterface implements WakeLockInterface {