Searched refs:DefaultImpl (Results 1 – 11 of 11) sorted by relevance
262 builder.withActivityManagerInterface(new ActivityManagerInterface.DefaultImpl(context)); in defaultSystemInterface()263 builder.withWakeLockInterface(new WakeLockInterface.DefaultImpl(context)); in defaultSystemInterface()264 builder.withDisplayInterface(new DisplayInterface.DefaultImpl(context, in defaultSystemInterface()266 builder.withIOInterface(new IOInterface.DefaultImpl()); in defaultSystemInterface()267 builder.withStorageMonitoringInterface(new StorageMonitoringInterface.DefaultImpl()); in defaultSystemInterface()268 builder.withSystemStateInterface(new SystemStateInterface.DefaultImpl(context)); in defaultSystemInterface()269 return builder.withTimeInterface(new TimeInterface.DefaultImpl()); in defaultSystemInterface()
32 class DefaultImpl implements IOInterface { class35 DefaultImpl() { in DefaultImpl() method in IOInterface.DefaultImpl
36 class DefaultImpl implements ActivityManagerInterface { class39 DefaultImpl(Context context) { in DefaultImpl() method in ActivityManagerInterface.DefaultImpl
59 class DefaultImpl implements WakeLockInterface { class68 DefaultImpl(Context context) { in DefaultImpl() method in WakeLockInterface.DefaultImpl
123 class DefaultImpl implements SystemStateInterface { class186 public DefaultImpl(Context context) { in DefaultImpl() method in SystemStateInterface.DefaultImpl
56 class DefaultImpl implements StorageMonitoringInterface {} class
47 class DefaultImpl implements TimeInterface { class
143 class DefaultImpl implements DisplayInterface { class199 DefaultImpl(Context context, WakeLockInterface wakeLockInterface) { in DefaultImpl() method in DisplayInterface.DefaultImpl
19 import static com.android.car.systeminterface.SystemStateInterface.DefaultImpl.getRandomizedDelay;65 private SystemStateInterface.DefaultImpl mSystemStateInterface;73 mSystemStateInterface = new SystemStateInterface.DefaultImpl(mMockContext); in setUp()
78 private DisplayInterface.DefaultImpl mDisplayInterface;148 mDisplayInterface = new DisplayInterface.DefaultImpl(mContext, mWakeLockInterface) { in createDisplayInterface()
97 this(file, snapshotInterval, new TimeInterface.DefaultImpl()); in UptimeTracker()