Searched refs:WakeLockInterface (Results 1 – 8 of 8) sorted by relevance
42 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()
35 public interface WakeLockInterface { interface59 class DefaultImpl implements WakeLockInterface {60 private static final String TAG = WakeLockInterface.class.getSimpleName();
153 private final WakeLockInterface mWakeLockInterface;199 DefaultImpl(Context context, WakeLockInterface wakeLockInterface) { in DefaultImpl()
61 import com.android.car.systeminterface.WakeLockInterface;101 @Mock private WakeLockInterface mMockWakeLockInterface;
75 import com.android.car.systeminterface.WakeLockInterface;843 static final class MockWakeLockInterface implements WakeLockInterface {
55 private WakeLockInterface mWakeLockInterface;
39 per-file src/com/android/car/systeminterface/WakeLockInterface.java = ericjeong@google.com
111 import com.android.car.systeminterface.WakeLockInterface;3451 private static final class MockWakeLockInterface implements WakeLockInterface {